crimson-falcon 0.3.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1655 -208
- 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/configuration.rb +1 -1
- 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 +1935 -948
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.1'
|
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.1.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.1'
|
54
54
|
```
|
55
55
|
<!-- x-release-please-end -->
|
56
56
|
### Install from Git
|
@@ -64,6 +64,13 @@ If the Ruby gem is hosted at a git repository: <https://github.com/GIT_USER_ID/G
|
|
64
64
|
|
65
65
|
## Getting Started
|
66
66
|
|
67
|
+
### Samples
|
68
|
+
|
69
|
+
We have a collection of sample code that demonstrates how to use the Crimson Falcon SDK.
|
70
|
+
These samples are a great way to get started with the SDK. You can find the samples in the [samples](./samples) directory.
|
71
|
+
|
72
|
+
### Take Flight
|
73
|
+
|
67
74
|
Eager to take flight? Follow the [installation](#installation) process, and then launch into the following code:
|
68
75
|
|
69
76
|
```ruby
|
@@ -72,36 +79,20 @@ require 'crimson-falcon'
|
|
72
79
|
|
73
80
|
# Setup authorization
|
74
81
|
Falcon.configure do |config|
|
75
|
-
config.client_id = "
|
76
|
-
config.client_secret = "
|
77
|
-
config.cloud = "us-
|
82
|
+
config.client_id = ENV["FALCON_CLIENT_ID"]
|
83
|
+
config.client_secret = ENV["FALCON_CLIENT_SECRET"]
|
84
|
+
config.cloud = "us-2" # or "us-2", "eu-1", "us-gov1"
|
78
85
|
end
|
79
86
|
|
80
87
|
# Create a new API instance
|
81
|
-
api_instance = Falcon::
|
82
|
-
opts = {
|
83
|
-
# Integer | The starting point for the return, `0` implies the latest detection.
|
84
|
-
# The `offset` parameter assists in paginating results.
|
85
|
-
offset: 0,
|
86
|
-
# Integer | The maximum count of detections in this response (default: 100; max: 10000).
|
87
|
-
# Works in tandem with the `offset` for pagination.
|
88
|
-
limit: 25,
|
89
|
-
# String | Sort detections in `asc` (ascending) or `desc` (descending) order.
|
90
|
-
# Example: `status|asc` or `status|desc`.
|
91
|
-
sort: 'Sort_Criteria',
|
92
|
-
# String | Filter detections using a query in Falcon Query Language (FQL).
|
93
|
-
# An asterisk wildcard `*` includes all results. See API docs for more details.
|
94
|
-
filter: 'Filter_Criteria',
|
95
|
-
# String | Search all detection metadata for the provided string
|
96
|
-
q: 'Query_String'
|
97
|
-
}
|
88
|
+
api_instance = Falcon::SensorDownloadApi.new
|
98
89
|
|
99
90
|
begin
|
100
|
-
#
|
101
|
-
result = api_instance.
|
102
|
-
p result
|
91
|
+
# Get CCID to use with sensor installers
|
92
|
+
result = api_instance.get_sensor_installers_ccidby_query
|
93
|
+
p result.resources
|
103
94
|
rescue Falcon::ApiError => e
|
104
|
-
puts "
|
95
|
+
puts "Error when calling SensorDownloadApi->get_sensor_installers_ccidby_query: #{e}"
|
105
96
|
end
|
106
97
|
```
|
107
98
|
|
@@ -133,9 +124,25 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
133
124
|
|
134
125
|
**Class**: `Falcon::AlertsApi`
|
135
126
|
|
127
|
+
- **Operation**: [**get_queries_alerts_v2**](docs/AlertsApi.md#get_queries_alerts_v2)
|
128
|
+
- **GET**: /alerts/queries/alerts/v2
|
129
|
+
- **Description**: retrieves all Alerts ids that match a given query
|
130
|
+
|
131
|
+
---
|
132
|
+
|
133
|
+
**Class**: `Falcon::AlertsApi`
|
134
|
+
|
136
135
|
- **Operation**: [**patch_entities_alerts_v2**](docs/AlertsApi.md#patch_entities_alerts_v2)
|
137
136
|
- **PATCH**: /alerts/entities/alerts/v2
|
138
|
-
- **Description**: Perform actions on
|
137
|
+
- **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.
|
138
|
+
|
139
|
+
---
|
140
|
+
|
141
|
+
**Class**: `Falcon::AlertsApi`
|
142
|
+
|
143
|
+
- **Operation**: [**patch_entities_alerts_v3**](docs/AlertsApi.md#patch_entities_alerts_v3)
|
144
|
+
- **PATCH**: /alerts/entities/alerts/v3
|
145
|
+
- **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
146
|
|
140
147
|
---
|
141
148
|
|
@@ -143,7 +150,15 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
143
150
|
|
144
151
|
- **Operation**: [**post_aggregates_alerts_v1**](docs/AlertsApi.md#post_aggregates_alerts_v1)
|
145
152
|
- **POST**: /alerts/aggregates/alerts/v1
|
146
|
-
- **Description**: retrieves
|
153
|
+
- **Description**: retrieves aggregate values for Alerts across all CIDs
|
154
|
+
|
155
|
+
---
|
156
|
+
|
157
|
+
**Class**: `Falcon::AlertsApi`
|
158
|
+
|
159
|
+
- **Operation**: [**post_aggregates_alerts_v2**](docs/AlertsApi.md#post_aggregates_alerts_v2)
|
160
|
+
- **POST**: /alerts/aggregates/alerts/v2
|
161
|
+
- **Description**: retrieves aggregate values for Alerts across all CIDs
|
147
162
|
|
148
163
|
---
|
149
164
|
|
@@ -155,6 +170,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
155
170
|
|
156
171
|
---
|
157
172
|
|
173
|
+
**Class**: `Falcon::AlertsApi`
|
174
|
+
|
175
|
+
- **Operation**: [**post_entities_alerts_v2**](docs/AlertsApi.md#post_entities_alerts_v2)
|
176
|
+
- **POST**: /alerts/entities/alerts/v2
|
177
|
+
- **Description**: retrieves all Alerts given their composite ids
|
178
|
+
|
179
|
+
---
|
180
|
+
|
158
181
|
**Class**: `Falcon::CloudConnectAwsApi`
|
159
182
|
|
160
183
|
- **Operation**: [**create_or_update_aws_settings**](docs/CloudConnectAwsApi.md#create_or_update_aws_settings)
|
@@ -227,6 +250,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
227
250
|
|
228
251
|
---
|
229
252
|
|
253
|
+
**Class**: `Falcon::CloudSnapshotsApi`
|
254
|
+
|
255
|
+
- **Operation**: [**register_cspm_snapshot_account**](docs/CloudSnapshotsApi.md#register_cspm_snapshot_account)
|
256
|
+
- **POST**: /snapshots/entities/accounts/v1
|
257
|
+
- **Description**: Register customer cloud account for snapshot scanning
|
258
|
+
|
259
|
+
---
|
260
|
+
|
230
261
|
**Class**: `Falcon::ConfigurationAssessmentApi`
|
231
262
|
|
232
263
|
- **Operation**: [**get_combined_assessments_query**](docs/ConfigurationAssessmentApi.md#get_combined_assessments_query)
|
@@ -235,6 +266,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
235
266
|
|
236
267
|
---
|
237
268
|
|
269
|
+
**Class**: `Falcon::ConfigurationAssessmentApi`
|
270
|
+
|
271
|
+
- **Operation**: [**get_rule_details**](docs/ConfigurationAssessmentApi.md#get_rule_details)
|
272
|
+
- **GET**: /configuration-assessment/entities/rule-details/v1
|
273
|
+
- **Description**: Get rules details for provided one or more rule IDs
|
274
|
+
|
275
|
+
---
|
276
|
+
|
238
277
|
**Class**: `Falcon::ConfigurationAssessmentEvaluationLogicApi`
|
239
278
|
|
240
279
|
- **Operation**: [**get_evaluation_logic_mixin0**](docs/ConfigurationAssessmentEvaluationLogicApi.md#get_evaluation_logic_mixin0)
|
@@ -243,6 +282,278 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
243
282
|
|
244
283
|
---
|
245
284
|
|
285
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
286
|
+
|
287
|
+
- **Operation**: [**read_container_alerts_count**](docs/ContainerAlertsApi.md#read_container_alerts_count)
|
288
|
+
- **GET**: /container-security/aggregates/container-alerts/count/v1
|
289
|
+
- **Description**: Search Container Alerts by the provided search criteria
|
290
|
+
|
291
|
+
---
|
292
|
+
|
293
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
294
|
+
|
295
|
+
- **Operation**: [**read_container_alerts_count_by_severity**](docs/ContainerAlertsApi.md#read_container_alerts_count_by_severity)
|
296
|
+
- **GET**: /container-security/aggregates/container-alerts/count-by-severity/v1
|
297
|
+
- **Description**: Get Container Alerts counts by severity
|
298
|
+
|
299
|
+
---
|
300
|
+
|
301
|
+
**Class**: `Falcon::ContainerAlertsApi`
|
302
|
+
|
303
|
+
- **Operation**: [**search_and_read_container_alerts**](docs/ContainerAlertsApi.md#search_and_read_container_alerts)
|
304
|
+
- **GET**: /container-security/combined/container-alerts/v1
|
305
|
+
- **Description**: Search Container Alerts by the provided search criteria
|
306
|
+
|
307
|
+
---
|
308
|
+
|
309
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
310
|
+
|
311
|
+
- **Operation**: [**read_combined_detections**](docs/ContainerDetectionsApi.md#read_combined_detections)
|
312
|
+
- **GET**: /container-security/combined/detections/v1
|
313
|
+
- **Description**: Retrieve image assessment detections identified by the provided filter criteria
|
314
|
+
|
315
|
+
---
|
316
|
+
|
317
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
318
|
+
|
319
|
+
- **Operation**: [**read_detections**](docs/ContainerDetectionsApi.md#read_detections)
|
320
|
+
- **GET**: /container-security/entities/detections/v1
|
321
|
+
- **Description**: Retrieve image assessment detection entities identified by the provided filter criteria
|
322
|
+
|
323
|
+
---
|
324
|
+
|
325
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
326
|
+
|
327
|
+
- **Operation**: [**read_detections_count**](docs/ContainerDetectionsApi.md#read_detections_count)
|
328
|
+
- **GET**: /container-security/aggregates/detections/count/v1
|
329
|
+
- **Description**: Aggregate count of detections
|
330
|
+
|
331
|
+
---
|
332
|
+
|
333
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
334
|
+
|
335
|
+
- **Operation**: [**read_detections_count_by_severity**](docs/ContainerDetectionsApi.md#read_detections_count_by_severity)
|
336
|
+
- **GET**: /container-security/aggregates/detections/count-by-severity/v1
|
337
|
+
- **Description**: Aggregate counts of detections by severity
|
338
|
+
|
339
|
+
---
|
340
|
+
|
341
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
342
|
+
|
343
|
+
- **Operation**: [**read_detections_count_by_type**](docs/ContainerDetectionsApi.md#read_detections_count_by_type)
|
344
|
+
- **GET**: /container-security/aggregates/detections/count-by-type/v1
|
345
|
+
- **Description**: Aggregate counts of detections by detection type
|
346
|
+
|
347
|
+
---
|
348
|
+
|
349
|
+
**Class**: `Falcon::ContainerDetectionsApi`
|
350
|
+
|
351
|
+
- **Operation**: [**search_detections**](docs/ContainerDetectionsApi.md#search_detections)
|
352
|
+
- **GET**: /container-security/queries/detections/v1
|
353
|
+
- **Description**: Retrieve image assessment detection entities identified by the provided filter criteria
|
354
|
+
|
355
|
+
---
|
356
|
+
|
357
|
+
**Class**: `Falcon::ContainerImagesApi`
|
358
|
+
|
359
|
+
- **Operation**: [**aggregate_image_assessment_history**](docs/ContainerImagesApi.md#aggregate_image_assessment_history)
|
360
|
+
- **GET**: /container-security/aggregates/images/assessment-history/v1
|
361
|
+
- **Description**: Image assessment history
|
362
|
+
|
363
|
+
---
|
364
|
+
|
365
|
+
**Class**: `Falcon::ContainerImagesApi`
|
366
|
+
|
367
|
+
- **Operation**: [**aggregate_image_count**](docs/ContainerImagesApi.md#aggregate_image_count)
|
368
|
+
- **GET**: /container-security/aggregates/images/count/v1
|
369
|
+
- **Description**: Aggregate count of images
|
370
|
+
|
371
|
+
---
|
372
|
+
|
373
|
+
**Class**: `Falcon::ContainerImagesApi`
|
374
|
+
|
375
|
+
- **Operation**: [**aggregate_image_count_by_base_os**](docs/ContainerImagesApi.md#aggregate_image_count_by_base_os)
|
376
|
+
- **GET**: /container-security/aggregates/images/count-by-os-distribution/v1
|
377
|
+
- **Description**: Aggregate count of images grouped by Base OS distribution
|
378
|
+
|
379
|
+
---
|
380
|
+
|
381
|
+
**Class**: `Falcon::ContainerImagesApi`
|
382
|
+
|
383
|
+
- **Operation**: [**aggregate_image_count_by_state**](docs/ContainerImagesApi.md#aggregate_image_count_by_state)
|
384
|
+
- **GET**: /container-security/aggregates/images/count-by-state/v1
|
385
|
+
- **Description**: Aggregate count of images grouped by state
|
386
|
+
|
387
|
+
---
|
388
|
+
|
389
|
+
**Class**: `Falcon::ContainerImagesApi`
|
390
|
+
|
391
|
+
- **Operation**: [**combined_image_by_vulnerability_count**](docs/ContainerImagesApi.md#combined_image_by_vulnerability_count)
|
392
|
+
- **GET**: /container-security/combined/images/by-vulnerability-count/v1
|
393
|
+
- **Description**: Retrieve top x images with the most vulnerabilities
|
394
|
+
|
395
|
+
---
|
396
|
+
|
397
|
+
**Class**: `Falcon::ContainerImagesApi`
|
398
|
+
|
399
|
+
- **Operation**: [**combined_image_detail**](docs/ContainerImagesApi.md#combined_image_detail)
|
400
|
+
- **GET**: /container-security/combined/images/detail/v1
|
401
|
+
- **Description**: Retrieve image entities identified by the provided filter criteria
|
402
|
+
|
403
|
+
---
|
404
|
+
|
405
|
+
**Class**: `Falcon::ContainerImagesApi`
|
406
|
+
|
407
|
+
- **Operation**: [**combined_image_issues_summary**](docs/ContainerImagesApi.md#combined_image_issues_summary)
|
408
|
+
- **GET**: /container-security/combined/images/issues-summary/v1
|
409
|
+
- **Description**: Retrieve image issues summary such as Image detections, Runtime detections, Policies, vulnerabilities
|
410
|
+
|
411
|
+
---
|
412
|
+
|
413
|
+
**Class**: `Falcon::ContainerImagesApi`
|
414
|
+
|
415
|
+
- **Operation**: [**combined_image_vulnerability_summary**](docs/ContainerImagesApi.md#combined_image_vulnerability_summary)
|
416
|
+
- **GET**: /container-security/combined/images/vulnerabilities-summary/v1
|
417
|
+
- **Description**: aggregates information about vulnerabilities for an image
|
418
|
+
|
419
|
+
---
|
420
|
+
|
421
|
+
**Class**: `Falcon::ContainerImagesApi`
|
422
|
+
|
423
|
+
- **Operation**: [**get_combined_images**](docs/ContainerImagesApi.md#get_combined_images)
|
424
|
+
- **GET**: /container-security/combined/image-assessment/images/v1
|
425
|
+
- **Description**: Get image assessment results by providing an FQL filter and paging details
|
426
|
+
|
427
|
+
---
|
428
|
+
|
429
|
+
**Class**: `Falcon::ContainerImagesApi`
|
430
|
+
|
431
|
+
- **Operation**: [**read_combined_images_export**](docs/ContainerImagesApi.md#read_combined_images_export)
|
432
|
+
- **GET**: /container-security/combined/images/export/v1
|
433
|
+
- **Description**: Retrieve images with an option to expand aggregated vulnerabilities/detections
|
434
|
+
|
435
|
+
---
|
436
|
+
|
437
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
438
|
+
|
439
|
+
- **Operation**: [**read_packages_by_fixable_vuln_count**](docs/ContainerPackagesApi.md#read_packages_by_fixable_vuln_count)
|
440
|
+
- **GET**: /container-security/combined/packages/app-by-fixable-vulnerability-count/v1
|
441
|
+
- **Description**: Retrieve top x app packages with the most fixable vulnerabilities
|
442
|
+
|
443
|
+
---
|
444
|
+
|
445
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
446
|
+
|
447
|
+
- **Operation**: [**read_packages_by_vuln_count**](docs/ContainerPackagesApi.md#read_packages_by_vuln_count)
|
448
|
+
- **GET**: /container-security/combined/packages/by-vulnerability-count/v1
|
449
|
+
- **Description**: Retrieve top x packages with the most vulnerabilities
|
450
|
+
|
451
|
+
---
|
452
|
+
|
453
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
454
|
+
|
455
|
+
- **Operation**: [**read_packages_combined**](docs/ContainerPackagesApi.md#read_packages_combined)
|
456
|
+
- **GET**: /container-security/combined/packages/v1
|
457
|
+
- **Description**: Retrieve packages identified by the provided filter criteria
|
458
|
+
|
459
|
+
---
|
460
|
+
|
461
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
462
|
+
|
463
|
+
- **Operation**: [**read_packages_combined_export**](docs/ContainerPackagesApi.md#read_packages_combined_export)
|
464
|
+
- **GET**: /container-security/combined/packages/export/v1
|
465
|
+
- **Description**: Retrieve packages identified by the provided filter criteria for the purpose of export
|
466
|
+
|
467
|
+
---
|
468
|
+
|
469
|
+
**Class**: `Falcon::ContainerPackagesApi`
|
470
|
+
|
471
|
+
- **Operation**: [**read_packages_count_by_zero_day**](docs/ContainerPackagesApi.md#read_packages_count_by_zero_day)
|
472
|
+
- **GET**: /container-security/aggregates/packages/count-by-zero-day/v1
|
473
|
+
- **Description**: Retrieve packages count affected by zero day vulnerabilities
|
474
|
+
|
475
|
+
---
|
476
|
+
|
477
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
478
|
+
|
479
|
+
- **Operation**: [**read_combined_vulnerabilities**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities)
|
480
|
+
- **GET**: /container-security/combined/vulnerabilities/v1
|
481
|
+
- **Description**: Retrieve vulnerability and aggregate data filtered by the provided FQL
|
482
|
+
|
483
|
+
---
|
484
|
+
|
485
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
486
|
+
|
487
|
+
- **Operation**: [**read_combined_vulnerabilities_details**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities_details)
|
488
|
+
- **GET**: /container-security/combined/vulnerabilities/details/v1
|
489
|
+
- **Description**: Retrieve vulnerability details related to an image
|
490
|
+
|
491
|
+
---
|
492
|
+
|
493
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
494
|
+
|
495
|
+
- **Operation**: [**read_combined_vulnerabilities_info**](docs/ContainerVulnerabilitiesApi.md#read_combined_vulnerabilities_info)
|
496
|
+
- **GET**: /container-security/combined/vulnerabilities/info/v1
|
497
|
+
- **Description**: Retrieve vulnerability and package related info for this customer
|
498
|
+
|
499
|
+
---
|
500
|
+
|
501
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
502
|
+
|
503
|
+
- **Operation**: [**read_vulnerabilities_by_image_count**](docs/ContainerVulnerabilitiesApi.md#read_vulnerabilities_by_image_count)
|
504
|
+
- **GET**: /container-security/combined/vulnerabilities/by-image-count/v1
|
505
|
+
- **Description**: Retrieve top x vulnerabilities with the most impacted images
|
506
|
+
|
507
|
+
---
|
508
|
+
|
509
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
510
|
+
|
511
|
+
- **Operation**: [**read_vulnerabilities_publication_date**](docs/ContainerVulnerabilitiesApi.md#read_vulnerabilities_publication_date)
|
512
|
+
- **GET**: /container-security/combined/vulnerabilities/by-published-date/v1
|
513
|
+
- **Description**: Retrieve top x vulnerabilities with the most recent publication date
|
514
|
+
|
515
|
+
---
|
516
|
+
|
517
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
518
|
+
|
519
|
+
- **Operation**: [**read_vulnerability_count**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count)
|
520
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count/v1
|
521
|
+
- **Description**: Aggregate count of vulnerabilities
|
522
|
+
|
523
|
+
---
|
524
|
+
|
525
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
526
|
+
|
527
|
+
- **Operation**: [**read_vulnerability_count_by_actively_exploited**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_actively_exploited)
|
528
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-actively-exploited/v1
|
529
|
+
- **Description**: Aggregate count of vulnerabilities grouped by actively exploited
|
530
|
+
|
531
|
+
---
|
532
|
+
|
533
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
534
|
+
|
535
|
+
- **Operation**: [**read_vulnerability_count_by_cps_rating**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_cps_rating)
|
536
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-cps-rating/v1
|
537
|
+
- **Description**: Aggregate count of vulnerabilities grouped by csp_rating
|
538
|
+
|
539
|
+
---
|
540
|
+
|
541
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
542
|
+
|
543
|
+
- **Operation**: [**read_vulnerability_count_by_cvss_score**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_cvss_score)
|
544
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-cvss-score/v1
|
545
|
+
- **Description**: Aggregate count of vulnerabilities grouped by cvss score
|
546
|
+
|
547
|
+
---
|
548
|
+
|
549
|
+
**Class**: `Falcon::ContainerVulnerabilitiesApi`
|
550
|
+
|
551
|
+
- **Operation**: [**read_vulnerability_count_by_severity**](docs/ContainerVulnerabilitiesApi.md#read_vulnerability_count_by_severity)
|
552
|
+
- **GET**: /container-security/aggregates/vulnerabilities/count-by-severity/v1
|
553
|
+
- **Description**: Aggregate count of vulnerabilities grouped by severity
|
554
|
+
|
555
|
+
---
|
556
|
+
|
246
557
|
**Class**: `Falcon::CspmRegistrationApi`
|
247
558
|
|
248
559
|
- **Operation**: [**azure_download_certificate**](docs/CspmRegistrationApi.md#azure_download_certificate)
|
@@ -253,6 +564,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
253
564
|
|
254
565
|
**Class**: `Falcon::CspmRegistrationApi`
|
255
566
|
|
567
|
+
- **Operation**: [**connect_cspmgcp_account**](docs/CspmRegistrationApi.md#connect_cspmgcp_account)
|
568
|
+
- **POST**: /cloud-connect-cspm-gcp/entities/account/v2
|
569
|
+
- **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
|
570
|
+
|
571
|
+
---
|
572
|
+
|
573
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
574
|
+
|
256
575
|
- **Operation**: [**create_cspm_aws_account**](docs/CspmRegistrationApi.md#create_cspm_aws_account)
|
257
576
|
- **POST**: /cloud-connect-cspm-aws/entities/account/v1
|
258
577
|
- **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 +588,22 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
269
588
|
|
270
589
|
**Class**: `Falcon::CspmRegistrationApi`
|
271
590
|
|
591
|
+
- **Operation**: [**create_cspm_azure_management_group**](docs/CspmRegistrationApi.md#create_cspm_azure_management_group)
|
592
|
+
- **POST**: /cloud-connect-cspm-azure/entities/management-group/v1
|
593
|
+
- **Description**: Creates a new management group in our system for a customer.
|
594
|
+
|
595
|
+
---
|
596
|
+
|
597
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
598
|
+
|
599
|
+
- **Operation**: [**create_cspmgcp_account**](docs/CspmRegistrationApi.md#create_cspmgcp_account)
|
600
|
+
- **POST**: /cloud-connect-cspm-gcp/entities/account/v1
|
601
|
+
- **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.
|
602
|
+
|
603
|
+
---
|
604
|
+
|
605
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
606
|
+
|
272
607
|
- **Operation**: [**delete_cspm_aws_account**](docs/CspmRegistrationApi.md#delete_cspm_aws_account)
|
273
608
|
- **DELETE**: /cloud-connect-cspm-aws/entities/account/v1
|
274
609
|
- **Description**: Deletes an existing AWS account or organization in our system.
|
@@ -285,6 +620,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
285
620
|
|
286
621
|
**Class**: `Falcon::CspmRegistrationApi`
|
287
622
|
|
623
|
+
- **Operation**: [**delete_cspmgcp_account**](docs/CspmRegistrationApi.md#delete_cspmgcp_account)
|
624
|
+
- **DELETE**: /cloud-connect-cspm-gcp/entities/account/v1
|
625
|
+
- **Description**: Deletes a GCP account from the system.
|
626
|
+
|
627
|
+
---
|
628
|
+
|
629
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
630
|
+
|
288
631
|
- **Operation**: [**get_behavior_detections**](docs/CspmRegistrationApi.md#get_behavior_detections)
|
289
632
|
- **GET**: /detects/entities/ioa/v1
|
290
633
|
- **Description**: Get list of detected behaviors
|
@@ -311,7 +654,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
311
654
|
|
312
655
|
- **Operation**: [**get_configuration_detections**](docs/CspmRegistrationApi.md#get_configuration_detections)
|
313
656
|
- **GET**: /detects/entities/iom/v1
|
314
|
-
- **Description**: Get list of active misconfigurations
|
657
|
+
- **Description**: Get list of active misconfigurations. This endpoint is deprecated, please use /queries/iom/v2 and /entities/iom/v2 instead
|
315
658
|
|
316
659
|
---
|
317
660
|
|
@@ -349,6 +692,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
349
692
|
|
350
693
|
**Class**: `Falcon::CspmRegistrationApi`
|
351
694
|
|
695
|
+
- **Operation**: [**get_cspm_azure_management_group**](docs/CspmRegistrationApi.md#get_cspm_azure_management_group)
|
696
|
+
- **GET**: /cloud-connect-cspm-azure/entities/management-group/v1
|
697
|
+
- **Description**: Return information about Azure management group registration
|
698
|
+
|
699
|
+
---
|
700
|
+
|
701
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
702
|
+
|
352
703
|
- **Operation**: [**get_cspm_azure_user_scripts_attachment**](docs/CspmRegistrationApi.md#get_cspm_azure_user_scripts_attachment)
|
353
704
|
- **GET**: /cloud-connect-cspm-azure/entities/user-scripts-download/v1
|
354
705
|
- **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 +740,30 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
389
740
|
|
390
741
|
**Class**: `Falcon::CspmRegistrationApi`
|
391
742
|
|
743
|
+
- **Operation**: [**get_cspmcgp_account**](docs/CspmRegistrationApi.md#get_cspmcgp_account)
|
744
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/account/v1
|
745
|
+
- **Description**: Returns information about the current status of an GCP account.
|
746
|
+
|
747
|
+
---
|
748
|
+
|
749
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
750
|
+
|
751
|
+
- **Operation**: [**get_cspmgcp_service_accounts_ext**](docs/CspmRegistrationApi.md#get_cspmgcp_service_accounts_ext)
|
752
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/service-accounts/v1
|
753
|
+
- **Description**: Returns the service account id and client email for external clients.
|
754
|
+
|
755
|
+
---
|
756
|
+
|
757
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
758
|
+
|
759
|
+
- **Operation**: [**get_cspmgcp_user_scripts_attachment**](docs/CspmRegistrationApi.md#get_cspmgcp_user_scripts_attachment)
|
760
|
+
- **GET**: /cloud-connect-cspm-gcp/entities/user-scripts-download/v1
|
761
|
+
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment as a downloadable attachment
|
762
|
+
|
763
|
+
---
|
764
|
+
|
765
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
766
|
+
|
392
767
|
- **Operation**: [**patch_cspm_aws_account**](docs/CspmRegistrationApi.md#patch_cspm_aws_account)
|
393
768
|
- **PATCH**: /cloud-connect-cspm-aws/entities/account/v1
|
394
769
|
- **Description**: Patches a existing account in our system for a customer.
|
@@ -397,6 +772,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
397
772
|
|
398
773
|
**Class**: `Falcon::CspmRegistrationApi`
|
399
774
|
|
775
|
+
- **Operation**: [**update_cspm_azure_account**](docs/CspmRegistrationApi.md#update_cspm_azure_account)
|
776
|
+
- **PATCH**: /cloud-connect-cspm-azure/entities/account/v1
|
777
|
+
- **Description**: Patches a existing account in our system for a customer.
|
778
|
+
|
779
|
+
---
|
780
|
+
|
781
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
782
|
+
|
400
783
|
- **Operation**: [**update_cspm_azure_account_client_id**](docs/CspmRegistrationApi.md#update_cspm_azure_account_client_id)
|
401
784
|
- **PATCH**: /cloud-connect-cspm-azure/entities/client-id/v1
|
402
785
|
- **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 +810,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
427
810
|
|
428
811
|
---
|
429
812
|
|
813
|
+
**Class**: `Falcon::CspmRegistrationApi`
|
814
|
+
|
815
|
+
- **Operation**: [**update_cspmgcp_account**](docs/CspmRegistrationApi.md#update_cspmgcp_account)
|
816
|
+
- **PATCH**: /cloud-connect-cspm-gcp/entities/account/v1
|
817
|
+
- **Description**: Patches a existing account in our system for a customer.
|
818
|
+
|
819
|
+
---
|
820
|
+
|
430
821
|
**Class**: `Falcon::CustomIoaApi`
|
431
822
|
|
432
823
|
- **Operation**: [**create_rule**](docs/CustomIoaApi.md#create_rule)
|
@@ -579,6 +970,62 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
579
970
|
|
580
971
|
---
|
581
972
|
|
973
|
+
**Class**: `Falcon::CustomStorageApi`
|
974
|
+
|
975
|
+
- **Operation**: [**delete_object**](docs/CustomStorageApi.md#delete_object)
|
976
|
+
- **DELETE**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
977
|
+
- **Description**: Delete the specified object
|
978
|
+
|
979
|
+
---
|
980
|
+
|
981
|
+
**Class**: `Falcon::CustomStorageApi`
|
982
|
+
|
983
|
+
- **Operation**: [**get_object**](docs/CustomStorageApi.md#get_object)
|
984
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
985
|
+
- **Description**: Get the bytes for the specified object
|
986
|
+
|
987
|
+
---
|
988
|
+
|
989
|
+
**Class**: `Falcon::CustomStorageApi`
|
990
|
+
|
991
|
+
- **Operation**: [**get_object_metadata**](docs/CustomStorageApi.md#get_object_metadata)
|
992
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects/{object_key}/metadata
|
993
|
+
- **Description**: Get the metadata for the specified object
|
994
|
+
|
995
|
+
---
|
996
|
+
|
997
|
+
**Class**: `Falcon::CustomStorageApi`
|
998
|
+
|
999
|
+
- **Operation**: [**list_objects**](docs/CustomStorageApi.md#list_objects)
|
1000
|
+
- **GET**: /customobjects/v1/collections/{collection_name}/objects
|
1001
|
+
- **Description**: List the object keys in the specified collection in alphabetical order
|
1002
|
+
|
1003
|
+
---
|
1004
|
+
|
1005
|
+
**Class**: `Falcon::CustomStorageApi`
|
1006
|
+
|
1007
|
+
- **Operation**: [**put_object**](docs/CustomStorageApi.md#put_object)
|
1008
|
+
- **PUT**: /customobjects/v1/collections/{collection_name}/objects/{object_key}
|
1009
|
+
- **Description**: Put the specified new object at the given key or overwrite an existing object at the given key
|
1010
|
+
|
1011
|
+
---
|
1012
|
+
|
1013
|
+
**Class**: `Falcon::CustomStorageApi`
|
1014
|
+
|
1015
|
+
- **Operation**: [**search_objects**](docs/CustomStorageApi.md#search_objects)
|
1016
|
+
- **POST**: /customobjects/v1/collections/{collection_name}/objects
|
1017
|
+
- **Description**: Search for objects that match the specified filter criteria (returns metadata, not actual objects)
|
1018
|
+
|
1019
|
+
---
|
1020
|
+
|
1021
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1022
|
+
|
1023
|
+
- **Operation**: [**connect_d4_cgcp_account**](docs/D4cRegistrationApi.md#connect_d4_cgcp_account)
|
1024
|
+
- **POST**: /cloud-connect-gcp/entities/account/v2
|
1025
|
+
- **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
|
1026
|
+
|
1027
|
+
---
|
1028
|
+
|
582
1029
|
**Class**: `Falcon::D4cRegistrationApi`
|
583
1030
|
|
584
1031
|
- **Operation**: [**create_d4_c_aws_account**](docs/D4cRegistrationApi.md#create_d4_c_aws_account)
|
@@ -613,8 +1060,16 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
613
1060
|
|
614
1061
|
**Class**: `Falcon::D4cRegistrationApi`
|
615
1062
|
|
616
|
-
- **Operation**: [**
|
617
|
-
- **
|
1063
|
+
- **Operation**: [**delete_d4_cgcp_account**](docs/D4cRegistrationApi.md#delete_d4_cgcp_account)
|
1064
|
+
- **DELETE**: /cloud-connect-gcp/entities/account/v1
|
1065
|
+
- **Description**: Deletes a GCP account from the system.
|
1066
|
+
|
1067
|
+
---
|
1068
|
+
|
1069
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1070
|
+
|
1071
|
+
- **Operation**: [**discover_cloud_azure_download_certificate**](docs/D4cRegistrationApi.md#discover_cloud_azure_download_certificate)
|
1072
|
+
- **GET**: /cloud-connect-azure/entities/download-certificate/v1
|
618
1073
|
- **Description**: Returns JSON object(s) that contain the base64 encoded certificate for a service principal.
|
619
1074
|
|
620
1075
|
---
|
@@ -653,6 +1108,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
653
1108
|
|
654
1109
|
**Class**: `Falcon::D4cRegistrationApi`
|
655
1110
|
|
1111
|
+
- **Operation**: [**get_d4_cgcp_service_accounts_ext**](docs/D4cRegistrationApi.md#get_d4_cgcp_service_accounts_ext)
|
1112
|
+
- **GET**: /cloud-connect-gcp/entities/service-accounts/v1
|
1113
|
+
- **Description**: Returns the service account id and client email for external clients.
|
1114
|
+
|
1115
|
+
---
|
1116
|
+
|
1117
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1118
|
+
|
656
1119
|
- **Operation**: [**get_d4_cgcp_user_scripts**](docs/D4cRegistrationApi.md#get_d4_cgcp_user_scripts)
|
657
1120
|
- **GET**: /cloud-connect-gcp/entities/user-scripts/v1
|
658
1121
|
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment
|
@@ -661,6 +1124,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
661
1124
|
|
662
1125
|
**Class**: `Falcon::D4cRegistrationApi`
|
663
1126
|
|
1127
|
+
- **Operation**: [**get_d4_cgcp_user_scripts_attachment**](docs/D4cRegistrationApi.md#get_d4_cgcp_user_scripts_attachment)
|
1128
|
+
- **GET**: /cloud-connect-gcp/entities/user-scripts-download/v1
|
1129
|
+
- **Description**: Return a script for customer to run in their cloud environment to grant us access to their GCP environment as a downloadable attachment
|
1130
|
+
|
1131
|
+
---
|
1132
|
+
|
1133
|
+
**Class**: `Falcon::D4cRegistrationApi`
|
1134
|
+
|
664
1135
|
- **Operation**: [**get_discover_cloud_azure_account**](docs/D4cRegistrationApi.md#get_discover_cloud_azure_account)
|
665
1136
|
- **GET**: /cloud-connect-azure/entities/account/v1
|
666
1137
|
- **Description**: Return information about Azure account registration
|
@@ -915,6 +1386,46 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
915
1386
|
|
916
1387
|
---
|
917
1388
|
|
1389
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1390
|
+
|
1391
|
+
- **Operation**: [**get_drift_indicators_values_by_date**](docs/DriftIndicatorsApi.md#get_drift_indicators_values_by_date)
|
1392
|
+
- **GET**: /container-security/aggregates/drift-indicators/count-by-date/v1
|
1393
|
+
- **Description**: Returns the count of Drift Indicators by the date. by default it's for 7 days.
|
1394
|
+
|
1395
|
+
---
|
1396
|
+
|
1397
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1398
|
+
|
1399
|
+
- **Operation**: [**read_drift_indicator_entities**](docs/DriftIndicatorsApi.md#read_drift_indicator_entities)
|
1400
|
+
- **GET**: /container-security/entities/drift-indicators/v1
|
1401
|
+
- **Description**: Retrieve Drift Indicator entities identified by the provided IDs
|
1402
|
+
|
1403
|
+
---
|
1404
|
+
|
1405
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1406
|
+
|
1407
|
+
- **Operation**: [**read_drift_indicators_count**](docs/DriftIndicatorsApi.md#read_drift_indicators_count)
|
1408
|
+
- **GET**: /container-security/aggregates/drift-indicators/count/v1
|
1409
|
+
- **Description**: Returns the total count of Drift indicators over a time period
|
1410
|
+
|
1411
|
+
---
|
1412
|
+
|
1413
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1414
|
+
|
1415
|
+
- **Operation**: [**search_and_read_drift_indicator_entities**](docs/DriftIndicatorsApi.md#search_and_read_drift_indicator_entities)
|
1416
|
+
- **GET**: /container-security/combined/drift-indicators/v1
|
1417
|
+
- **Description**: Retrieve Drift Indicators by the provided search criteria
|
1418
|
+
|
1419
|
+
---
|
1420
|
+
|
1421
|
+
**Class**: `Falcon::DriftIndicatorsApi`
|
1422
|
+
|
1423
|
+
- **Operation**: [**search_drift_indicators**](docs/DriftIndicatorsApi.md#search_drift_indicators)
|
1424
|
+
- **GET**: /container-security/queries/drift-indicators/v1
|
1425
|
+
- **Description**: Retrieve all drift indicators that match the given query
|
1426
|
+
|
1427
|
+
---
|
1428
|
+
|
918
1429
|
**Class**: `Falcon::EventSchemaApi`
|
919
1430
|
|
920
1431
|
- **Operation**: [**fdrschema_combined_event_get**](docs/EventSchemaApi.md#fdrschema_combined_event_get)
|
@@ -957,6 +1468,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
957
1468
|
|
958
1469
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
959
1470
|
|
1471
|
+
- **Operation**: [**aggregate_alerts**](docs/FalconCompleteDashboardApi.md#aggregate_alerts)
|
1472
|
+
- **POST**: /falcon-complete-dashboards/aggregates/alerts/GET/v1
|
1473
|
+
- **Description**: Retrieve aggregate alerts values based on the matched filter
|
1474
|
+
|
1475
|
+
---
|
1476
|
+
|
1477
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1478
|
+
|
960
1479
|
- **Operation**: [**aggregate_allow_list**](docs/FalconCompleteDashboardApi.md#aggregate_allow_list)
|
961
1480
|
- **POST**: /falcon-complete-dashboards/aggregates/allowlist/GET/v1
|
962
1481
|
- **Description**: Retrieve aggregate allowlist ticket values based on the matched filter
|
@@ -1005,6 +1524,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1005
1524
|
|
1006
1525
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1007
1526
|
|
1527
|
+
- **Operation**: [**aggregate_prevention_policy**](docs/FalconCompleteDashboardApi.md#aggregate_prevention_policy)
|
1528
|
+
- **POST**: /falcon-complete-dashboards/aggregates/prevention-policies/v1
|
1529
|
+
- **Description**: Retrieve prevention policies aggregate values based on the matched filter
|
1530
|
+
|
1531
|
+
---
|
1532
|
+
|
1533
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1534
|
+
|
1008
1535
|
- **Operation**: [**aggregate_remediations**](docs/FalconCompleteDashboardApi.md#aggregate_remediations)
|
1009
1536
|
- **POST**: /falcon-complete-dashboards/aggregates/remediations/GET/v1
|
1010
1537
|
- **Description**: Retrieve aggregate remediation ticket values based on the matched filter
|
@@ -1013,6 +1540,22 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1013
1540
|
|
1014
1541
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1015
1542
|
|
1543
|
+
- **Operation**: [**aggregate_sensor_update_policy**](docs/FalconCompleteDashboardApi.md#aggregate_sensor_update_policy)
|
1544
|
+
- **POST**: /falcon-complete-dashboards/aggregates/sensor-update-policies/v1
|
1545
|
+
- **Description**: Retrieve sensor update policies aggregate values
|
1546
|
+
|
1547
|
+
---
|
1548
|
+
|
1549
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1550
|
+
|
1551
|
+
- **Operation**: [**aggregate_total_device_counts**](docs/FalconCompleteDashboardApi.md#aggregate_total_device_counts)
|
1552
|
+
- **POST**: /falcon-complete-dashboards/aggregates/total-device-counts/v1
|
1553
|
+
- **Description**: Retrieve aggregate total host/devices based on the matched filter
|
1554
|
+
|
1555
|
+
---
|
1556
|
+
|
1557
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1558
|
+
|
1016
1559
|
- **Operation**: [**get_device_count_collection_queries_by_filter**](docs/FalconCompleteDashboardApi.md#get_device_count_collection_queries_by_filter)
|
1017
1560
|
- **GET**: /falcon-complete-dashboards/queries/devicecount-collections/v1
|
1018
1561
|
- **Description**: Retrieve device count collection Ids that match the provided FQL filter, criteria with scrolling enabled
|
@@ -1021,6 +1564,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1021
1564
|
|
1022
1565
|
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1023
1566
|
|
1567
|
+
- **Operation**: [**query_alert_ids_by_filter**](docs/FalconCompleteDashboardApi.md#query_alert_ids_by_filter)
|
1568
|
+
- **GET**: /falcon-complete-dashboards/queries/alerts/v1
|
1569
|
+
- **Description**: Retrieve Alerts Ids that match the provided FQL filter criteria with scrolling enabled
|
1570
|
+
|
1571
|
+
---
|
1572
|
+
|
1573
|
+
**Class**: `Falcon::FalconCompleteDashboardApi`
|
1574
|
+
|
1024
1575
|
- **Operation**: [**query_allow_list_filter**](docs/FalconCompleteDashboardApi.md#query_allow_list_filter)
|
1025
1576
|
- **GET**: /falcon-complete-dashboards/queries/allowlist/v1
|
1026
1577
|
- **Description**: Retrieve allowlist tickets that match the provided filter criteria with scrolling enabled
|
@@ -1101,14 +1652,6 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1101
1652
|
|
1102
1653
|
**Class**: `Falcon::FalconContainerImageApi`
|
1103
1654
|
|
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
1655
|
- **Operation**: [**read_registry_entities**](docs/FalconContainerImageApi.md#read_registry_entities)
|
1113
1656
|
- **GET**: /container-security/queries/registries/v1
|
1114
1657
|
- **Description**: Retrieve registry entities identified by the customer id
|
@@ -1269,6 +1812,70 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1269
1812
|
|
1270
1813
|
**Class**: `Falcon::FilevantageApi`
|
1271
1814
|
|
1815
|
+
- **Operation**: [**create_policies**](docs/FilevantageApi.md#create_policies)
|
1816
|
+
- **POST**: /filevantage/entities/policies/v1
|
1817
|
+
- **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.
|
1818
|
+
|
1819
|
+
---
|
1820
|
+
|
1821
|
+
**Class**: `Falcon::FilevantageApi`
|
1822
|
+
|
1823
|
+
- **Operation**: [**create_rule_groups**](docs/FilevantageApi.md#create_rule_groups)
|
1824
|
+
- **POST**: /filevantage/entities/rule-groups/v1
|
1825
|
+
- **Description**: Creates a new rule group of the specified type.
|
1826
|
+
|
1827
|
+
---
|
1828
|
+
|
1829
|
+
**Class**: `Falcon::FilevantageApi`
|
1830
|
+
|
1831
|
+
- **Operation**: [**create_rules**](docs/FilevantageApi.md#create_rules)
|
1832
|
+
- **POST**: /filevantage/entities/rule-groups-rules/v1
|
1833
|
+
- **Description**: Creates a new rule configuration within the specified rule group.
|
1834
|
+
|
1835
|
+
---
|
1836
|
+
|
1837
|
+
**Class**: `Falcon::FilevantageApi`
|
1838
|
+
|
1839
|
+
- **Operation**: [**create_scheduled_exclusions**](docs/FilevantageApi.md#create_scheduled_exclusions)
|
1840
|
+
- **POST**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1841
|
+
- **Description**: Creates a new scheduled exclusion configuration for the provided policy id.
|
1842
|
+
|
1843
|
+
---
|
1844
|
+
|
1845
|
+
**Class**: `Falcon::FilevantageApi`
|
1846
|
+
|
1847
|
+
- **Operation**: [**delete_policies**](docs/FilevantageApi.md#delete_policies)
|
1848
|
+
- **DELETE**: /filevantage/entities/policies/v1
|
1849
|
+
- **Description**: Deletes 1 or more policies.
|
1850
|
+
|
1851
|
+
---
|
1852
|
+
|
1853
|
+
**Class**: `Falcon::FilevantageApi`
|
1854
|
+
|
1855
|
+
- **Operation**: [**delete_rule_groups**](docs/FilevantageApi.md#delete_rule_groups)
|
1856
|
+
- **DELETE**: /filevantage/entities/rule-groups/v1
|
1857
|
+
- **Description**: Deletes 1 or more rule groups
|
1858
|
+
|
1859
|
+
---
|
1860
|
+
|
1861
|
+
**Class**: `Falcon::FilevantageApi`
|
1862
|
+
|
1863
|
+
- **Operation**: [**delete_rules**](docs/FilevantageApi.md#delete_rules)
|
1864
|
+
- **DELETE**: /filevantage/entities/rule-groups-rules/v1
|
1865
|
+
- **Description**: Deletes 1 or more rules from the specified rule group.
|
1866
|
+
|
1867
|
+
---
|
1868
|
+
|
1869
|
+
**Class**: `Falcon::FilevantageApi`
|
1870
|
+
|
1871
|
+
- **Operation**: [**delete_scheduled_exclusions**](docs/FilevantageApi.md#delete_scheduled_exclusions)
|
1872
|
+
- **DELETE**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1873
|
+
- **Description**: Deletes 1 or more scheduled exclusions from the provided policy id.
|
1874
|
+
|
1875
|
+
---
|
1876
|
+
|
1877
|
+
**Class**: `Falcon::FilevantageApi`
|
1878
|
+
|
1272
1879
|
- **Operation**: [**get_changes**](docs/FilevantageApi.md#get_changes)
|
1273
1880
|
- **GET**: /filevantage/entities/changes/v2
|
1274
1881
|
- **Description**: Retrieve information on changes
|
@@ -1277,9 +1884,137 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1277
1884
|
|
1278
1885
|
**Class**: `Falcon::FilevantageApi`
|
1279
1886
|
|
1887
|
+
- **Operation**: [**get_policies**](docs/FilevantageApi.md#get_policies)
|
1888
|
+
- **GET**: /filevantage/entities/policies/v1
|
1889
|
+
- **Description**: Retrieves the configuration for 1 or more policies.
|
1890
|
+
|
1891
|
+
---
|
1892
|
+
|
1893
|
+
**Class**: `Falcon::FilevantageApi`
|
1894
|
+
|
1895
|
+
- **Operation**: [**get_rule_groups**](docs/FilevantageApi.md#get_rule_groups)
|
1896
|
+
- **GET**: /filevantage/entities/rule-groups/v1
|
1897
|
+
- **Description**: Retrieves the rule group details for 1 or more rule groups.
|
1898
|
+
|
1899
|
+
---
|
1900
|
+
|
1901
|
+
**Class**: `Falcon::FilevantageApi`
|
1902
|
+
|
1903
|
+
- **Operation**: [**get_rules**](docs/FilevantageApi.md#get_rules)
|
1904
|
+
- **GET**: /filevantage/entities/rule-groups-rules/v1
|
1905
|
+
- **Description**: Retrieves the configuration for 1 or more rules.
|
1906
|
+
|
1907
|
+
---
|
1908
|
+
|
1909
|
+
**Class**: `Falcon::FilevantageApi`
|
1910
|
+
|
1911
|
+
- **Operation**: [**get_scheduled_exclusions**](docs/FilevantageApi.md#get_scheduled_exclusions)
|
1912
|
+
- **GET**: /filevantage/entities/policy-scheduled-exclusions/v1
|
1913
|
+
- **Description**: Retrieves the configuration of 1 or more scheduled exclusions from the provided policy id.
|
1914
|
+
|
1915
|
+
---
|
1916
|
+
|
1917
|
+
**Class**: `Falcon::FilevantageApi`
|
1918
|
+
|
1919
|
+
- **Operation**: [**high_volume_query_changes**](docs/FilevantageApi.md#high_volume_query_changes)
|
1920
|
+
- **GET**: /filevantage/queries/changes/v3
|
1921
|
+
- **Description**: Returns 1 or more change ids
|
1922
|
+
|
1923
|
+
---
|
1924
|
+
|
1925
|
+
**Class**: `Falcon::FilevantageApi`
|
1926
|
+
|
1280
1927
|
- **Operation**: [**query_changes**](docs/FilevantageApi.md#query_changes)
|
1281
1928
|
- **GET**: /filevantage/queries/changes/v2
|
1282
|
-
- **Description**: Returns
|
1929
|
+
- **Description**: Returns 1 or more change ids
|
1930
|
+
|
1931
|
+
---
|
1932
|
+
|
1933
|
+
**Class**: `Falcon::FilevantageApi`
|
1934
|
+
|
1935
|
+
- **Operation**: [**query_policies**](docs/FilevantageApi.md#query_policies)
|
1936
|
+
- **GET**: /filevantage/queries/policies/v1
|
1937
|
+
- **Description**: Retrieve the ids of all policies that are assigned the provided policy type.
|
1938
|
+
|
1939
|
+
---
|
1940
|
+
|
1941
|
+
**Class**: `Falcon::FilevantageApi`
|
1942
|
+
|
1943
|
+
- **Operation**: [**query_rule_groups**](docs/FilevantageApi.md#query_rule_groups)
|
1944
|
+
- **GET**: /filevantage/queries/rule-groups/v1
|
1945
|
+
- **Description**: Retrieve the ids of all rule groups that are of the provided rule group type.
|
1946
|
+
|
1947
|
+
---
|
1948
|
+
|
1949
|
+
**Class**: `Falcon::FilevantageApi`
|
1950
|
+
|
1951
|
+
- **Operation**: [**query_scheduled_exclusions**](docs/FilevantageApi.md#query_scheduled_exclusions)
|
1952
|
+
- **GET**: /filevantage/queries/policy-scheduled-exclusions/v1
|
1953
|
+
- **Description**: Retrieve the ids of all scheduled exclusions contained within the provided policy id.
|
1954
|
+
|
1955
|
+
---
|
1956
|
+
|
1957
|
+
**Class**: `Falcon::FilevantageApi`
|
1958
|
+
|
1959
|
+
- **Operation**: [**update_policies**](docs/FilevantageApi.md#update_policies)
|
1960
|
+
- **PATCH**: /filevantage/entities/policies/v1
|
1961
|
+
- **Description**: Updates the general information of the provided policy.
|
1962
|
+
|
1963
|
+
---
|
1964
|
+
|
1965
|
+
**Class**: `Falcon::FilevantageApi`
|
1966
|
+
|
1967
|
+
- **Operation**: [**update_policy_host_groups**](docs/FilevantageApi.md#update_policy_host_groups)
|
1968
|
+
- **PATCH**: /filevantage/entities/policies-host-groups/v1
|
1969
|
+
- **Description**: Manage host groups assigned to a policy.
|
1970
|
+
|
1971
|
+
---
|
1972
|
+
|
1973
|
+
**Class**: `Falcon::FilevantageApi`
|
1974
|
+
|
1975
|
+
- **Operation**: [**update_policy_precedence**](docs/FilevantageApi.md#update_policy_precedence)
|
1976
|
+
- **PATCH**: /filevantage/entities/policies-precedence/v1
|
1977
|
+
- **Description**: Updates the policy precedence for all policies of a specific type.
|
1978
|
+
|
1979
|
+
---
|
1980
|
+
|
1981
|
+
**Class**: `Falcon::FilevantageApi`
|
1982
|
+
|
1983
|
+
- **Operation**: [**update_policy_rule_groups**](docs/FilevantageApi.md#update_policy_rule_groups)
|
1984
|
+
- **PATCH**: /filevantage/entities/policies-rule-groups/v1
|
1985
|
+
- **Description**: Manage the rule groups assigned to the policy or set the rule group precedence for all rule groups within the policy.
|
1986
|
+
|
1987
|
+
---
|
1988
|
+
|
1989
|
+
**Class**: `Falcon::FilevantageApi`
|
1990
|
+
|
1991
|
+
- **Operation**: [**update_rule_group_precedence**](docs/FilevantageApi.md#update_rule_group_precedence)
|
1992
|
+
- **PATCH**: /filevantage/entities/rule-groups-rule-precedence/v1
|
1993
|
+
- **Description**: Updates the rule precedence for all rules in the identified rule group.
|
1994
|
+
|
1995
|
+
---
|
1996
|
+
|
1997
|
+
**Class**: `Falcon::FilevantageApi`
|
1998
|
+
|
1999
|
+
- **Operation**: [**update_rule_groups**](docs/FilevantageApi.md#update_rule_groups)
|
2000
|
+
- **PATCH**: /filevantage/entities/rule-groups/v1
|
2001
|
+
- **Description**: Updates the provided rule group.
|
2002
|
+
|
2003
|
+
---
|
2004
|
+
|
2005
|
+
**Class**: `Falcon::FilevantageApi`
|
2006
|
+
|
2007
|
+
- **Operation**: [**update_rules**](docs/FilevantageApi.md#update_rules)
|
2008
|
+
- **PATCH**: /filevantage/entities/rule-groups-rules/v1
|
2009
|
+
- **Description**: Updates the provided rule configuration within the specified rule group.
|
2010
|
+
|
2011
|
+
---
|
2012
|
+
|
2013
|
+
**Class**: `Falcon::FilevantageApi`
|
2014
|
+
|
2015
|
+
- **Operation**: [**update_scheduled_exclusions**](docs/FilevantageApi.md#update_scheduled_exclusions)
|
2016
|
+
- **PATCH**: /filevantage/entities/policy-scheduled-exclusions/v1
|
2017
|
+
- **Description**: Updates the provided scheduled exclusion configuration within the provided policy.
|
1283
2018
|
|
1284
2019
|
---
|
1285
2020
|
|
@@ -1627,6 +2362,110 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1627
2362
|
|
1628
2363
|
---
|
1629
2364
|
|
2365
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2366
|
+
|
2367
|
+
- **Operation**: [**create_saved_searches_dynamic_execute_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_dynamic_execute_alt_v1)
|
2368
|
+
- **POST**: /loggingapi/entities/saved-searches-dynamic-execute/v1
|
2369
|
+
- **Description**: Execute a dynamic saved search
|
2370
|
+
|
2371
|
+
---
|
2372
|
+
|
2373
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2374
|
+
|
2375
|
+
- **Operation**: [**create_saved_searches_dynamic_execute_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_dynamic_execute_v1)
|
2376
|
+
- **POST**: /loggingapi/entities/saved-searches/execute-dynamic/v1
|
2377
|
+
- **Description**: Execute a dynamic saved search
|
2378
|
+
|
2379
|
+
---
|
2380
|
+
|
2381
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2382
|
+
|
2383
|
+
- **Operation**: [**create_saved_searches_execute_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_execute_alt_v1)
|
2384
|
+
- **POST**: /loggingapi/entities/saved-searches-execute/v1
|
2385
|
+
- **Description**: Execute a saved search
|
2386
|
+
|
2387
|
+
---
|
2388
|
+
|
2389
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2390
|
+
|
2391
|
+
- **Operation**: [**create_saved_searches_execute_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_execute_v1)
|
2392
|
+
- **POST**: /loggingapi/entities/saved-searches/execute/v1
|
2393
|
+
- **Description**: Execute a saved search
|
2394
|
+
|
2395
|
+
---
|
2396
|
+
|
2397
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2398
|
+
|
2399
|
+
- **Operation**: [**create_saved_searches_ingest_alt_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_ingest_alt_v1)
|
2400
|
+
- **POST**: /loggingapi/entities/saved-searches-ingest/v1
|
2401
|
+
- **Description**: Populate a saved search
|
2402
|
+
|
2403
|
+
---
|
2404
|
+
|
2405
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2406
|
+
|
2407
|
+
- **Operation**: [**create_saved_searches_ingest_v1**](docs/FoundryLogscaleApi.md#create_saved_searches_ingest_v1)
|
2408
|
+
- **POST**: /loggingapi/entities/saved-searches/ingest/v1
|
2409
|
+
- **Description**: Populate a saved search
|
2410
|
+
|
2411
|
+
---
|
2412
|
+
|
2413
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2414
|
+
|
2415
|
+
- **Operation**: [**get_saved_searches_execute_alt_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_execute_alt_v1)
|
2416
|
+
- **GET**: /loggingapi/entities/saved-searches-execute/v1
|
2417
|
+
- **Description**: Get the results of a saved search
|
2418
|
+
|
2419
|
+
---
|
2420
|
+
|
2421
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2422
|
+
|
2423
|
+
- **Operation**: [**get_saved_searches_execute_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_execute_v1)
|
2424
|
+
- **GET**: /loggingapi/entities/saved-searches/execute/v1
|
2425
|
+
- **Description**: Get the results of a saved search
|
2426
|
+
|
2427
|
+
---
|
2428
|
+
|
2429
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2430
|
+
|
2431
|
+
- **Operation**: [**get_saved_searches_job_results_download_alt_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_job_results_download_alt_v1)
|
2432
|
+
- **GET**: /loggingapi/entities/saved-searches-job-results-download/v1
|
2433
|
+
- **Description**: Get the results of a saved search as a file
|
2434
|
+
|
2435
|
+
---
|
2436
|
+
|
2437
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2438
|
+
|
2439
|
+
- **Operation**: [**get_saved_searches_job_results_download_v1**](docs/FoundryLogscaleApi.md#get_saved_searches_job_results_download_v1)
|
2440
|
+
- **GET**: /loggingapi/entities/saved-searches/job-results-download/v1
|
2441
|
+
- **Description**: Get the results of a saved search as a file
|
2442
|
+
|
2443
|
+
---
|
2444
|
+
|
2445
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2446
|
+
|
2447
|
+
- **Operation**: [**ingest_data_v1**](docs/FoundryLogscaleApi.md#ingest_data_v1)
|
2448
|
+
- **POST**: /loggingapi/entities/data-ingestion/ingest/v1
|
2449
|
+
- **Description**: Ingest data into the application repository
|
2450
|
+
|
2451
|
+
---
|
2452
|
+
|
2453
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2454
|
+
|
2455
|
+
- **Operation**: [**list_repos_v1**](docs/FoundryLogscaleApi.md#list_repos_v1)
|
2456
|
+
- **GET**: /loggingapi/combined/repos/v1
|
2457
|
+
- **Description**: Lists available repositories and views
|
2458
|
+
|
2459
|
+
---
|
2460
|
+
|
2461
|
+
**Class**: `Falcon::FoundryLogscaleApi`
|
2462
|
+
|
2463
|
+
- **Operation**: [**list_view_v1**](docs/FoundryLogscaleApi.md#list_view_v1)
|
2464
|
+
- **GET**: /loggingapi/entities/views/v1
|
2465
|
+
- **Description**: List views
|
2466
|
+
|
2467
|
+
---
|
2468
|
+
|
1630
2469
|
**Class**: `Falcon::HostGroupApi`
|
1631
2470
|
|
1632
2471
|
- **Operation**: [**create_host_groups**](docs/HostGroupApi.md#create_host_groups)
|
@@ -1703,15 +2542,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1703
2542
|
|
1704
2543
|
- **Operation**: [**entities_perform_action**](docs/HostsApi.md#entities_perform_action)
|
1705
2544
|
- **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
|
2545
|
+
- **Description**: Performs the specified action on the provided group IDs.
|
1715
2546
|
|
1716
2547
|
---
|
1717
2548
|
|
@@ -1757,6 +2588,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1757
2588
|
|
1758
2589
|
**Class**: `Falcon::HostsApi`
|
1759
2590
|
|
2591
|
+
- **Operation**: [**query_device_login_history_v2**](docs/HostsApi.md#query_device_login_history_v2)
|
2592
|
+
- **POST**: /devices/combined/devices/login-history/v2
|
2593
|
+
- **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
|
2594
|
+
|
2595
|
+
---
|
2596
|
+
|
2597
|
+
**Class**: `Falcon::HostsApi`
|
2598
|
+
|
1760
2599
|
- **Operation**: [**query_devices_by_filter**](docs/HostsApi.md#query_devices_by_filter)
|
1761
2600
|
- **GET**: /devices/queries/devices/v1
|
1762
2601
|
- **Description**: Search for hosts in your environment by platform, hostname, IP, and other criteria.
|
@@ -1827,15 +2666,103 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1827
2666
|
|
1828
2667
|
---
|
1829
2668
|
|
1830
|
-
**Class**: `Falcon::
|
2669
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
1831
2670
|
|
1832
|
-
- **Operation**: [**
|
1833
|
-
- **
|
1834
|
-
- **Description**:
|
2671
|
+
- **Operation**: [**create_policies**](docs/ImageAssessmentPoliciesApi.md#create_policies)
|
2672
|
+
- **POST**: /container-security/entities/image-assessment-policies/v1
|
2673
|
+
- **Description**: Create Image Assessment policies
|
1835
2674
|
|
1836
2675
|
---
|
1837
2676
|
|
1838
|
-
**Class**: `Falcon::
|
2677
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2678
|
+
|
2679
|
+
- **Operation**: [**create_policy_groups**](docs/ImageAssessmentPoliciesApi.md#create_policy_groups)
|
2680
|
+
- **POST**: /container-security/entities/image-assessment-policy-groups/v1
|
2681
|
+
- **Description**: Create Image Assessment Policy Group entities
|
2682
|
+
|
2683
|
+
---
|
2684
|
+
|
2685
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2686
|
+
|
2687
|
+
- **Operation**: [**delete_policy**](docs/ImageAssessmentPoliciesApi.md#delete_policy)
|
2688
|
+
- **DELETE**: /container-security/entities/image-assessment-policies/v1
|
2689
|
+
- **Description**: Delete Image Assessment Policy by policy UUID
|
2690
|
+
|
2691
|
+
---
|
2692
|
+
|
2693
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2694
|
+
|
2695
|
+
- **Operation**: [**delete_policy_group**](docs/ImageAssessmentPoliciesApi.md#delete_policy_group)
|
2696
|
+
- **DELETE**: /container-security/entities/image-assessment-policy-groups/v1
|
2697
|
+
- **Description**: Delete Image Assessment Policy Group entities
|
2698
|
+
|
2699
|
+
---
|
2700
|
+
|
2701
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2702
|
+
|
2703
|
+
- **Operation**: [**read_policies**](docs/ImageAssessmentPoliciesApi.md#read_policies)
|
2704
|
+
- **GET**: /container-security/entities/image-assessment-policies/v1
|
2705
|
+
- **Description**: Get all Image Assessment policies
|
2706
|
+
|
2707
|
+
---
|
2708
|
+
|
2709
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2710
|
+
|
2711
|
+
- **Operation**: [**read_policy_exclusions**](docs/ImageAssessmentPoliciesApi.md#read_policy_exclusions)
|
2712
|
+
- **GET**: /container-security/entities/image-assessment-policy-exclusions/v1
|
2713
|
+
- **Description**: Retrieve Image Assessment Policy Exclusion entities
|
2714
|
+
|
2715
|
+
---
|
2716
|
+
|
2717
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2718
|
+
|
2719
|
+
- **Operation**: [**read_policy_groups**](docs/ImageAssessmentPoliciesApi.md#read_policy_groups)
|
2720
|
+
- **GET**: /container-security/entities/image-assessment-policy-groups/v1
|
2721
|
+
- **Description**: Retrieve Image Assessment Policy Group entities
|
2722
|
+
|
2723
|
+
---
|
2724
|
+
|
2725
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2726
|
+
|
2727
|
+
- **Operation**: [**update_policies**](docs/ImageAssessmentPoliciesApi.md#update_policies)
|
2728
|
+
- **PATCH**: /container-security/entities/image-assessment-policies/v1
|
2729
|
+
- **Description**: Update Image Assessment Policy entities
|
2730
|
+
|
2731
|
+
---
|
2732
|
+
|
2733
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2734
|
+
|
2735
|
+
- **Operation**: [**update_policy_exclusions**](docs/ImageAssessmentPoliciesApi.md#update_policy_exclusions)
|
2736
|
+
- **POST**: /container-security/entities/image-assessment-policy-exclusions/v1
|
2737
|
+
- **Description**: Update Image Assessment Policy Exclusion entities
|
2738
|
+
|
2739
|
+
---
|
2740
|
+
|
2741
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2742
|
+
|
2743
|
+
- **Operation**: [**update_policy_groups**](docs/ImageAssessmentPoliciesApi.md#update_policy_groups)
|
2744
|
+
- **PATCH**: /container-security/entities/image-assessment-policy-groups/v1
|
2745
|
+
- **Description**: Update Image Assessment Policy Group entities
|
2746
|
+
|
2747
|
+
---
|
2748
|
+
|
2749
|
+
**Class**: `Falcon::ImageAssessmentPoliciesApi`
|
2750
|
+
|
2751
|
+
- **Operation**: [**update_policy_precedence**](docs/ImageAssessmentPoliciesApi.md#update_policy_precedence)
|
2752
|
+
- **POST**: /container-security/entities/image-assessment-policy-precedence/v1
|
2753
|
+
- **Description**: Update Image Assessment Policy precedence
|
2754
|
+
|
2755
|
+
---
|
2756
|
+
|
2757
|
+
**Class**: `Falcon::IncidentsApi`
|
2758
|
+
|
2759
|
+
- **Operation**: [**crowd_score**](docs/IncidentsApi.md#crowd_score)
|
2760
|
+
- **GET**: /incidents/combined/crowdscores/v1
|
2761
|
+
- **Description**: Query environment wide CrowdScore and return the entity data
|
2762
|
+
|
2763
|
+
---
|
2764
|
+
|
2765
|
+
**Class**: `Falcon::IncidentsApi`
|
1839
2766
|
|
1840
2767
|
- **Operation**: [**get_behaviors**](docs/IncidentsApi.md#get_behaviors)
|
1841
2768
|
- **POST**: /incidents/entities/behaviors/GET/v1
|
@@ -2099,14 +3026,6 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2099
3026
|
|
2100
3027
|
---
|
2101
3028
|
|
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
3029
|
**Class**: `Falcon::IoaExclusionsApi`
|
2111
3030
|
|
2112
3031
|
- **Operation**: [**create_ioa_exclusions_v1**](docs/IoaExclusionsApi.md#create_ioa_exclusions_v1)
|
@@ -2147,267 +3066,619 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2147
3066
|
|
2148
3067
|
---
|
2149
3068
|
|
2150
|
-
**Class**: `Falcon::IocApi`
|
3069
|
+
**Class**: `Falcon::IocApi`
|
3070
|
+
|
3071
|
+
- **Operation**: [**action_get_v1**](docs/IocApi.md#action_get_v1)
|
3072
|
+
- **GET**: /iocs/entities/actions/v1
|
3073
|
+
- **Description**: Get Actions by ids.
|
3074
|
+
|
3075
|
+
---
|
3076
|
+
|
3077
|
+
**Class**: `Falcon::IocApi`
|
3078
|
+
|
3079
|
+
- **Operation**: [**action_query_v1**](docs/IocApi.md#action_query_v1)
|
3080
|
+
- **GET**: /iocs/queries/actions/v1
|
3081
|
+
- **Description**: Query Actions.
|
3082
|
+
|
3083
|
+
---
|
3084
|
+
|
3085
|
+
**Class**: `Falcon::IocApi`
|
3086
|
+
|
3087
|
+
- **Operation**: [**get_indicators_report**](docs/IocApi.md#get_indicators_report)
|
3088
|
+
- **POST**: /iocs/entities/indicators-reports/v1
|
3089
|
+
- **Description**: Launch an indicators report creation job
|
3090
|
+
|
3091
|
+
---
|
3092
|
+
|
3093
|
+
**Class**: `Falcon::IocApi`
|
3094
|
+
|
3095
|
+
- **Operation**: [**indicator_aggregate_v1**](docs/IocApi.md#indicator_aggregate_v1)
|
3096
|
+
- **POST**: /iocs/aggregates/indicators/v1
|
3097
|
+
- **Description**: Get Indicators aggregates as specified via json in the request body.
|
3098
|
+
|
3099
|
+
---
|
3100
|
+
|
3101
|
+
**Class**: `Falcon::IocApi`
|
3102
|
+
|
3103
|
+
- **Operation**: [**indicator_combined_v1**](docs/IocApi.md#indicator_combined_v1)
|
3104
|
+
- **GET**: /iocs/combined/indicator/v1
|
3105
|
+
- **Description**: Get Combined for Indicators.
|
3106
|
+
|
3107
|
+
---
|
3108
|
+
|
3109
|
+
**Class**: `Falcon::IocApi`
|
3110
|
+
|
3111
|
+
- **Operation**: [**indicator_create_v1**](docs/IocApi.md#indicator_create_v1)
|
3112
|
+
- **POST**: /iocs/entities/indicators/v1
|
3113
|
+
- **Description**: Create Indicators.
|
3114
|
+
|
3115
|
+
---
|
3116
|
+
|
3117
|
+
**Class**: `Falcon::IocApi`
|
3118
|
+
|
3119
|
+
- **Operation**: [**indicator_delete_v1**](docs/IocApi.md#indicator_delete_v1)
|
3120
|
+
- **DELETE**: /iocs/entities/indicators/v1
|
3121
|
+
- **Description**: Delete Indicators by ids.
|
3122
|
+
|
3123
|
+
---
|
3124
|
+
|
3125
|
+
**Class**: `Falcon::IocApi`
|
3126
|
+
|
3127
|
+
- **Operation**: [**indicator_get_device_count_v1**](docs/IocApi.md#indicator_get_device_count_v1)
|
3128
|
+
- **GET**: /iocs/aggregates/indicators/device-count/v1
|
3129
|
+
- **Description**: Get the number of devices the indicator has run on
|
3130
|
+
|
3131
|
+
---
|
3132
|
+
|
3133
|
+
**Class**: `Falcon::IocApi`
|
3134
|
+
|
3135
|
+
- **Operation**: [**indicator_get_devices_ran_on_v1**](docs/IocApi.md#indicator_get_devices_ran_on_v1)
|
3136
|
+
- **GET**: /iocs/queries/indicators/devices/v1
|
3137
|
+
- **Description**: Get the IDs of devices the indicator has run on
|
3138
|
+
|
3139
|
+
---
|
3140
|
+
|
3141
|
+
**Class**: `Falcon::IocApi`
|
3142
|
+
|
3143
|
+
- **Operation**: [**indicator_get_processes_ran_on_v1**](docs/IocApi.md#indicator_get_processes_ran_on_v1)
|
3144
|
+
- **GET**: /iocs/queries/indicators/processes/v1
|
3145
|
+
- **Description**: Get the number of processes the indicator has run on
|
3146
|
+
|
3147
|
+
---
|
3148
|
+
|
3149
|
+
**Class**: `Falcon::IocApi`
|
3150
|
+
|
3151
|
+
- **Operation**: [**indicator_get_v1**](docs/IocApi.md#indicator_get_v1)
|
3152
|
+
- **GET**: /iocs/entities/indicators/v1
|
3153
|
+
- **Description**: Get Indicators by ids.
|
3154
|
+
|
3155
|
+
---
|
3156
|
+
|
3157
|
+
**Class**: `Falcon::IocApi`
|
3158
|
+
|
3159
|
+
- **Operation**: [**indicator_search_v1**](docs/IocApi.md#indicator_search_v1)
|
3160
|
+
- **GET**: /iocs/queries/indicators/v1
|
3161
|
+
- **Description**: Search for Indicators.
|
3162
|
+
|
3163
|
+
---
|
3164
|
+
|
3165
|
+
**Class**: `Falcon::IocApi`
|
3166
|
+
|
3167
|
+
- **Operation**: [**indicator_update_v1**](docs/IocApi.md#indicator_update_v1)
|
3168
|
+
- **PATCH**: /iocs/entities/indicators/v1
|
3169
|
+
- **Description**: Update Indicators.
|
3170
|
+
|
3171
|
+
---
|
3172
|
+
|
3173
|
+
**Class**: `Falcon::IocApi`
|
3174
|
+
|
3175
|
+
- **Operation**: [**ioc_type_query_v1**](docs/IocApi.md#ioc_type_query_v1)
|
3176
|
+
- **GET**: /iocs/queries/ioc-types/v1
|
3177
|
+
- **Description**: Query IOC Types.
|
3178
|
+
|
3179
|
+
---
|
3180
|
+
|
3181
|
+
**Class**: `Falcon::IocApi`
|
3182
|
+
|
3183
|
+
- **Operation**: [**platform_query_v1**](docs/IocApi.md#platform_query_v1)
|
3184
|
+
- **GET**: /iocs/queries/platforms/v1
|
3185
|
+
- **Description**: Query Platforms.
|
3186
|
+
|
3187
|
+
---
|
3188
|
+
|
3189
|
+
**Class**: `Falcon::IocApi`
|
3190
|
+
|
3191
|
+
- **Operation**: [**severity_query_v1**](docs/IocApi.md#severity_query_v1)
|
3192
|
+
- **GET**: /iocs/queries/severities/v1
|
3193
|
+
- **Description**: Query Severities.
|
3194
|
+
|
3195
|
+
---
|
3196
|
+
|
3197
|
+
**Class**: `Falcon::IocsApi`
|
3198
|
+
|
3199
|
+
- **Operation**: [**devices_count**](docs/IocsApi.md#devices_count)
|
3200
|
+
- **GET**: /indicators/aggregates/devices-count/v1
|
3201
|
+
- **Description**: Number of hosts in your customer account that have observed a given custom IOC
|
3202
|
+
|
3203
|
+
---
|
3204
|
+
|
3205
|
+
**Class**: `Falcon::IocsApi`
|
3206
|
+
|
3207
|
+
- **Operation**: [**devices_ran_on**](docs/IocsApi.md#devices_ran_on)
|
3208
|
+
- **GET**: /indicators/queries/devices/v1
|
3209
|
+
- **Description**: Find hosts that have observed a given custom IOC. For details about those hosts, use GET /devices/entities/devices/v1
|
3210
|
+
|
3211
|
+
---
|
3212
|
+
|
3213
|
+
**Class**: `Falcon::IocsApi`
|
3214
|
+
|
3215
|
+
- **Operation**: [**entities_processes**](docs/IocsApi.md#entities_processes)
|
3216
|
+
- **GET**: /processes/entities/processes/v1
|
3217
|
+
- **Description**: For the provided ProcessID retrieve the process details
|
3218
|
+
|
3219
|
+
---
|
3220
|
+
|
3221
|
+
**Class**: `Falcon::IocsApi`
|
3222
|
+
|
3223
|
+
- **Operation**: [**processes_ran_on**](docs/IocsApi.md#processes_ran_on)
|
3224
|
+
- **GET**: /indicators/queries/processes/v1
|
3225
|
+
- **Description**: Search for processes associated with a custom IOC
|
3226
|
+
|
3227
|
+
---
|
3228
|
+
|
3229
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3230
|
+
|
3231
|
+
- **Operation**: [**create_aws_account**](docs/KubernetesProtectionApi.md#create_aws_account)
|
3232
|
+
- **POST**: /kubernetes-protection/entities/accounts/aws/v1
|
3233
|
+
- **Description**: Creates a new AWS account in our system for a customer and generates the installation script
|
3234
|
+
|
3235
|
+
---
|
3236
|
+
|
3237
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3238
|
+
|
3239
|
+
- **Operation**: [**create_azure_subscription**](docs/KubernetesProtectionApi.md#create_azure_subscription)
|
3240
|
+
- **POST**: /kubernetes-protection/entities/accounts/azure/v1
|
3241
|
+
- **Description**: Creates a new Azure Subscription in our system
|
3242
|
+
|
3243
|
+
---
|
3244
|
+
|
3245
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3246
|
+
|
3247
|
+
- **Operation**: [**delete_aws_accounts_mixin0**](docs/KubernetesProtectionApi.md#delete_aws_accounts_mixin0)
|
3248
|
+
- **DELETE**: /kubernetes-protection/entities/accounts/aws/v1
|
3249
|
+
- **Description**: Delete AWS accounts.
|
3250
|
+
|
3251
|
+
---
|
3252
|
+
|
3253
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3254
|
+
|
3255
|
+
- **Operation**: [**delete_azure_subscription**](docs/KubernetesProtectionApi.md#delete_azure_subscription)
|
3256
|
+
- **DELETE**: /kubernetes-protection/entities/accounts/azure/v1
|
3257
|
+
- **Description**: Deletes a new Azure Subscription in our system
|
3258
|
+
|
3259
|
+
---
|
3260
|
+
|
3261
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3262
|
+
|
3263
|
+
- **Operation**: [**find_containers_by_container_run_time_version**](docs/KubernetesProtectionApi.md#find_containers_by_container_run_time_version)
|
3264
|
+
- **GET**: /container-security/aggregates/containers/find-by-runtimeversion/v1
|
3265
|
+
- **Description**: Retrieve containers by container_runtime_version
|
3266
|
+
|
3267
|
+
---
|
3268
|
+
|
3269
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3270
|
+
|
3271
|
+
- **Operation**: [**find_containers_count_affected_by_zero_day_vulnerabilities**](docs/KubernetesProtectionApi.md#find_containers_count_affected_by_zero_day_vulnerabilities)
|
3272
|
+
- **GET**: /container-security/aggregates/containers/count-by-zero-day/v1
|
3273
|
+
- **Description**: Retrieve containers count affected by zero day vulnerabilities
|
3274
|
+
|
3275
|
+
---
|
3276
|
+
|
3277
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3278
|
+
|
3279
|
+
- **Operation**: [**get_aws_accounts_mixin0**](docs/KubernetesProtectionApi.md#get_aws_accounts_mixin0)
|
3280
|
+
- **GET**: /kubernetes-protection/entities/accounts/aws/v1
|
3281
|
+
- **Description**: Provides a list of AWS accounts.
|
3282
|
+
|
3283
|
+
---
|
3284
|
+
|
3285
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3286
|
+
|
3287
|
+
- **Operation**: [**get_azure_install_script**](docs/KubernetesProtectionApi.md#get_azure_install_script)
|
3288
|
+
- **GET**: /kubernetes-protection/entities/user-script/azure/v1
|
3289
|
+
- **Description**: Provides the script to run for a given tenant id and subscription IDs
|
3290
|
+
|
3291
|
+
---
|
3292
|
+
|
3293
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3294
|
+
|
3295
|
+
- **Operation**: [**get_azure_tenant_config**](docs/KubernetesProtectionApi.md#get_azure_tenant_config)
|
3296
|
+
- **GET**: /kubernetes-protection/entities/config/azure/v1
|
3297
|
+
- **Description**: Gets the Azure tenant Config
|
3298
|
+
|
3299
|
+
---
|
3300
|
+
|
3301
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3302
|
+
|
3303
|
+
- **Operation**: [**get_azure_tenant_ids**](docs/KubernetesProtectionApi.md#get_azure_tenant_ids)
|
3304
|
+
- **GET**: /kubernetes-protection/entities/tenants/azure/v1
|
3305
|
+
- **Description**: Provides all the azure subscriptions and tenants
|
3306
|
+
|
3307
|
+
---
|
3308
|
+
|
3309
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3310
|
+
|
3311
|
+
- **Operation**: [**get_clusters**](docs/KubernetesProtectionApi.md#get_clusters)
|
3312
|
+
- **GET**: /kubernetes-protection/entities/kubernetes/clusters/v1
|
3313
|
+
- **Description**: Provides the clusters acknowledged by the Kubernetes Protection service
|
3314
|
+
|
3315
|
+
---
|
3316
|
+
|
3317
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3318
|
+
|
3319
|
+
- **Operation**: [**get_combined_cloud_clusters**](docs/KubernetesProtectionApi.md#get_combined_cloud_clusters)
|
3320
|
+
- **GET**: /kubernetes-protection/entities/cloud_cluster/v1
|
3321
|
+
- **Description**: Returns a combined list of provisioned cloud accounts and known kubernetes clusters
|
3322
|
+
|
3323
|
+
---
|
3324
|
+
|
3325
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3326
|
+
|
3327
|
+
- **Operation**: [**get_helm_values_yaml**](docs/KubernetesProtectionApi.md#get_helm_values_yaml)
|
3328
|
+
- **GET**: /kubernetes-protection/entities/integration/agent/v1
|
3329
|
+
- **Description**: Provides a sample Helm values.yaml file for a customer to install alongside the agent Helm chart
|
3330
|
+
|
3331
|
+
---
|
3332
|
+
|
3333
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3334
|
+
|
3335
|
+
- **Operation**: [**get_locations**](docs/KubernetesProtectionApi.md#get_locations)
|
3336
|
+
- **GET**: /kubernetes-protection/entities/cloud-locations/v1
|
3337
|
+
- **Description**: Provides the cloud locations acknowledged by the Kubernetes Protection service
|
3338
|
+
|
3339
|
+
---
|
3340
|
+
|
3341
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3342
|
+
|
3343
|
+
- **Operation**: [**get_static_scripts**](docs/KubernetesProtectionApi.md#get_static_scripts)
|
3344
|
+
- **GET**: /kubernetes-protection/entities/gen/scripts/v1
|
3345
|
+
- **Description**: Gets static bash scripts that are used during registration
|
3346
|
+
|
3347
|
+
---
|
3348
|
+
|
3349
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3350
|
+
|
3351
|
+
- **Operation**: [**group_containers_by_managed**](docs/KubernetesProtectionApi.md#group_containers_by_managed)
|
3352
|
+
- **GET**: /container-security/aggregates/containers/group-by-managed/v1
|
3353
|
+
- **Description**: Group the containers by Managed
|
3354
|
+
|
3355
|
+
---
|
3356
|
+
|
3357
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3358
|
+
|
3359
|
+
- **Operation**: [**list_azure_accounts**](docs/KubernetesProtectionApi.md#list_azure_accounts)
|
3360
|
+
- **GET**: /kubernetes-protection/entities/accounts/azure/v1
|
3361
|
+
- **Description**: Provides the azure subscriptions registered to Kubernetes Protection
|
3362
|
+
|
3363
|
+
---
|
3364
|
+
|
3365
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3366
|
+
|
3367
|
+
- **Operation**: [**patch_azure_service_principal**](docs/KubernetesProtectionApi.md#patch_azure_service_principal)
|
3368
|
+
- **PATCH**: /kubernetes-protection/entities/service-principal/azure/v1
|
3369
|
+
- **Description**: Adds the client ID for the given tenant ID to our system
|
3370
|
+
|
3371
|
+
---
|
3372
|
+
|
3373
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3374
|
+
|
3375
|
+
- **Operation**: [**read_cluster_combined**](docs/KubernetesProtectionApi.md#read_cluster_combined)
|
3376
|
+
- **GET**: /container-security/combined/clusters/v1
|
3377
|
+
- **Description**: Retrieve kubernetes clusters identified by the provided filter criteria
|
3378
|
+
|
3379
|
+
---
|
3380
|
+
|
3381
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3382
|
+
|
3383
|
+
- **Operation**: [**read_cluster_count**](docs/KubernetesProtectionApi.md#read_cluster_count)
|
3384
|
+
- **GET**: /container-security/aggregates/clusters/count/v1
|
3385
|
+
- **Description**: Retrieve cluster counts
|
3386
|
+
|
3387
|
+
---
|
3388
|
+
|
3389
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3390
|
+
|
3391
|
+
- **Operation**: [**read_cluster_enrichment**](docs/KubernetesProtectionApi.md#read_cluster_enrichment)
|
3392
|
+
- **GET**: /container-security/aggregates/enrichment/clusters/entities/v1
|
3393
|
+
- **Description**: Retrieve cluster enrichment data
|
3394
|
+
|
3395
|
+
---
|
3396
|
+
|
3397
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3398
|
+
|
3399
|
+
- **Operation**: [**read_clusters_by_date_range_count**](docs/KubernetesProtectionApi.md#read_clusters_by_date_range_count)
|
3400
|
+
- **GET**: /container-security/aggregates/clusters/count-by-date/v1
|
3401
|
+
- **Description**: Retrieve clusters by date range counts
|
3402
|
+
|
3403
|
+
---
|
3404
|
+
|
3405
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3406
|
+
|
3407
|
+
- **Operation**: [**read_clusters_by_kubernetes_version_count**](docs/KubernetesProtectionApi.md#read_clusters_by_kubernetes_version_count)
|
3408
|
+
- **GET**: /container-security/aggregates/clusters/count-by-kubernetes-version/v1
|
3409
|
+
- **Description**: Bucket clusters by kubernetes version
|
3410
|
+
|
3411
|
+
---
|
3412
|
+
|
3413
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
3414
|
+
|
3415
|
+
- **Operation**: [**read_clusters_by_status_count**](docs/KubernetesProtectionApi.md#read_clusters_by_status_count)
|
3416
|
+
- **GET**: /container-security/aggregates/clusters/count-by-status/v1
|
3417
|
+
- **Description**: Bucket clusters by status
|
3418
|
+
|
3419
|
+
---
|
3420
|
+
|
3421
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2151
3422
|
|
2152
|
-
- **Operation**: [**
|
2153
|
-
- **GET**: /
|
2154
|
-
- **Description**:
|
3423
|
+
- **Operation**: [**read_container_combined**](docs/KubernetesProtectionApi.md#read_container_combined)
|
3424
|
+
- **GET**: /container-security/combined/containers/v1
|
3425
|
+
- **Description**: Retrieve containers identified by the provided filter criteria
|
2155
3426
|
|
2156
3427
|
---
|
2157
3428
|
|
2158
|
-
**Class**: `Falcon::
|
3429
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2159
3430
|
|
2160
|
-
- **Operation**: [**
|
2161
|
-
- **GET**: /
|
2162
|
-
- **Description**:
|
3431
|
+
- **Operation**: [**read_container_count**](docs/KubernetesProtectionApi.md#read_container_count)
|
3432
|
+
- **GET**: /container-security/aggregates/containers/count/v1
|
3433
|
+
- **Description**: Retrieve container counts
|
2163
3434
|
|
2164
3435
|
---
|
2165
3436
|
|
2166
|
-
**Class**: `Falcon::
|
3437
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2167
3438
|
|
2168
|
-
- **Operation**: [**
|
2169
|
-
- **
|
2170
|
-
- **Description**:
|
3439
|
+
- **Operation**: [**read_container_count_by_registry**](docs/KubernetesProtectionApi.md#read_container_count_by_registry)
|
3440
|
+
- **GET**: /container-security/aggregates/containers/count-by-registry/v1
|
3441
|
+
- **Description**: Retrieve top container image registries
|
2171
3442
|
|
2172
3443
|
---
|
2173
3444
|
|
2174
|
-
**Class**: `Falcon::
|
3445
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2175
3446
|
|
2176
|
-
- **Operation**: [**
|
2177
|
-
- **
|
2178
|
-
- **Description**:
|
3447
|
+
- **Operation**: [**read_container_enrichment**](docs/KubernetesProtectionApi.md#read_container_enrichment)
|
3448
|
+
- **GET**: /container-security/aggregates/enrichment/containers/entities/v1
|
3449
|
+
- **Description**: Retrieve container enrichment data
|
2179
3450
|
|
2180
3451
|
---
|
2181
3452
|
|
2182
|
-
**Class**: `Falcon::
|
3453
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2183
3454
|
|
2184
|
-
- **Operation**: [**
|
2185
|
-
- **GET**: /
|
2186
|
-
- **Description**:
|
3455
|
+
- **Operation**: [**read_container_image_detections_count_by_date**](docs/KubernetesProtectionApi.md#read_container_image_detections_count_by_date)
|
3456
|
+
- **GET**: /container-security/aggregates/containers/image-detections-count-by-date/v1
|
3457
|
+
- **Description**: Retrieve count of image assessment detections on running containers over a period of time
|
2187
3458
|
|
2188
3459
|
---
|
2189
3460
|
|
2190
|
-
**Class**: `Falcon::
|
3461
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2191
3462
|
|
2192
|
-
- **Operation**: [**
|
2193
|
-
- **
|
2194
|
-
- **Description**:
|
3463
|
+
- **Operation**: [**read_container_images_by_most_used**](docs/KubernetesProtectionApi.md#read_container_images_by_most_used)
|
3464
|
+
- **GET**: /container-security/aggregates/images/most-used/v1
|
3465
|
+
- **Description**: Bucket container by image-digest
|
2195
3466
|
|
2196
3467
|
---
|
2197
3468
|
|
2198
|
-
**Class**: `Falcon::
|
3469
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2199
3470
|
|
2200
|
-
- **Operation**: [**
|
2201
|
-
- **
|
2202
|
-
- **Description**:
|
3471
|
+
- **Operation**: [**read_container_images_by_state**](docs/KubernetesProtectionApi.md#read_container_images_by_state)
|
3472
|
+
- **GET**: /container-security/aggregates/containers/images-by-state/v1
|
3473
|
+
- **Description**: Retrieve count of image states running on containers
|
2203
3474
|
|
2204
3475
|
---
|
2205
3476
|
|
2206
|
-
**Class**: `Falcon::
|
3477
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2207
3478
|
|
2208
|
-
- **Operation**: [**
|
2209
|
-
- **GET**: /
|
2210
|
-
- **Description**:
|
3479
|
+
- **Operation**: [**read_container_vulnerabilities_by_severity_count**](docs/KubernetesProtectionApi.md#read_container_vulnerabilities_by_severity_count)
|
3480
|
+
- **GET**: /container-security/aggregates/containers/vulnerability-count-by-severity/v1
|
3481
|
+
- **Description**: Retrieve container vulnerabilities by severity counts
|
2211
3482
|
|
2212
3483
|
---
|
2213
3484
|
|
2214
|
-
**Class**: `Falcon::
|
3485
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2215
3486
|
|
2216
|
-
- **Operation**: [**
|
2217
|
-
- **GET**: /
|
2218
|
-
- **Description**:
|
3487
|
+
- **Operation**: [**read_containers_by_date_range_count**](docs/KubernetesProtectionApi.md#read_containers_by_date_range_count)
|
3488
|
+
- **GET**: /container-security/aggregates/containers/count-by-date/v1
|
3489
|
+
- **Description**: Retrieve containers by date range counts
|
2219
3490
|
|
2220
3491
|
---
|
2221
3492
|
|
2222
|
-
**Class**: `Falcon::
|
3493
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2223
3494
|
|
2224
|
-
- **Operation**: [**
|
2225
|
-
- **
|
2226
|
-
- **Description**:
|
3495
|
+
- **Operation**: [**read_containers_sensor_coverage**](docs/KubernetesProtectionApi.md#read_containers_sensor_coverage)
|
3496
|
+
- **GET**: /container-security/aggregates/containers/sensor-coverage/v1
|
3497
|
+
- **Description**: Bucket containers by agent type and calculate sensor coverage
|
2227
3498
|
|
2228
3499
|
---
|
2229
3500
|
|
2230
|
-
**Class**: `Falcon::
|
3501
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2231
3502
|
|
2232
|
-
- **Operation**: [**
|
2233
|
-
- **GET**: /
|
2234
|
-
- **Description**:
|
3503
|
+
- **Operation**: [**read_deployment_combined**](docs/KubernetesProtectionApi.md#read_deployment_combined)
|
3504
|
+
- **GET**: /container-security/combined/deployments/v1
|
3505
|
+
- **Description**: Retrieve kubernetes deployments identified by the provided filter criteria
|
2235
3506
|
|
2236
3507
|
---
|
2237
3508
|
|
2238
|
-
**Class**: `Falcon::
|
3509
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2239
3510
|
|
2240
|
-
- **Operation**: [**
|
2241
|
-
- **GET**: /
|
2242
|
-
- **Description**:
|
3511
|
+
- **Operation**: [**read_deployment_count**](docs/KubernetesProtectionApi.md#read_deployment_count)
|
3512
|
+
- **GET**: /container-security/aggregates/deployments/count/v1
|
3513
|
+
- **Description**: Retrieve deployment counts
|
2243
3514
|
|
2244
3515
|
---
|
2245
3516
|
|
2246
|
-
**Class**: `Falcon::
|
3517
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2247
3518
|
|
2248
|
-
- **Operation**: [**
|
2249
|
-
- **GET**: /
|
2250
|
-
- **Description**:
|
3519
|
+
- **Operation**: [**read_deployment_enrichment**](docs/KubernetesProtectionApi.md#read_deployment_enrichment)
|
3520
|
+
- **GET**: /container-security/aggregates/enrichment/deployments/entities/v1
|
3521
|
+
- **Description**: Retrieve deployment enrichment data
|
2251
3522
|
|
2252
3523
|
---
|
2253
3524
|
|
2254
|
-
**Class**: `Falcon::
|
3525
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2255
3526
|
|
2256
|
-
- **Operation**: [**
|
2257
|
-
- **GET**: /
|
2258
|
-
- **Description**:
|
3527
|
+
- **Operation**: [**read_deployments_by_date_range_count**](docs/KubernetesProtectionApi.md#read_deployments_by_date_range_count)
|
3528
|
+
- **GET**: /container-security/aggregates/deployments/count-by-date/v1
|
3529
|
+
- **Description**: Retrieve deployments by date range counts
|
2259
3530
|
|
2260
3531
|
---
|
2261
3532
|
|
2262
|
-
**Class**: `Falcon::
|
3533
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2263
3534
|
|
2264
|
-
- **Operation**: [**
|
2265
|
-
- **GET**: /
|
2266
|
-
- **Description**:
|
3535
|
+
- **Operation**: [**read_distinct_container_image_count**](docs/KubernetesProtectionApi.md#read_distinct_container_image_count)
|
3536
|
+
- **GET**: /container-security/aggregates/images/count-by-distinct/v1
|
3537
|
+
- **Description**: Retrieve count of distinct images running on containers
|
2267
3538
|
|
2268
3539
|
---
|
2269
3540
|
|
2270
|
-
**Class**: `Falcon::
|
3541
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2271
3542
|
|
2272
|
-
- **Operation**: [**
|
2273
|
-
- **GET**: /
|
2274
|
-
- **Description**:
|
3543
|
+
- **Operation**: [**read_kubernetes_iom_by_date_range**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_by_date_range)
|
3544
|
+
- **GET**: /container-security/aggregates/kubernetes-ioms/count-by-date/v1
|
3545
|
+
- **Description**: Returns the count of Kubernetes IOMs by the date. by default it's for 7 days.
|
2275
3546
|
|
2276
3547
|
---
|
2277
3548
|
|
2278
|
-
**Class**: `Falcon::
|
3549
|
+
**Class**: `Falcon::KubernetesProtectionApi`
|
2279
3550
|
|
2280
|
-
- **Operation**: [**
|
2281
|
-
- **GET**: /
|
2282
|
-
- **Description**:
|
3551
|
+
- **Operation**: [**read_kubernetes_iom_count**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_count)
|
3552
|
+
- **GET**: /container-security/aggregates/kubernetes-ioms/count/v1
|
3553
|
+
- **Description**: Returns the total count of Kubernetes IOMs over the past seven days
|
2283
3554
|
|
2284
3555
|
---
|
2285
3556
|
|
2286
3557
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2287
3558
|
|
2288
|
-
- **Operation**: [**
|
2289
|
-
- **
|
2290
|
-
- **Description**:
|
3559
|
+
- **Operation**: [**read_kubernetes_iom_entities**](docs/KubernetesProtectionApi.md#read_kubernetes_iom_entities)
|
3560
|
+
- **GET**: /container-security/entities/kubernetes-ioms/v1
|
3561
|
+
- **Description**: Retrieve Kubernetes IOM entities identified by the provided IDs
|
2291
3562
|
|
2292
3563
|
---
|
2293
3564
|
|
2294
3565
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2295
3566
|
|
2296
|
-
- **Operation**: [**
|
2297
|
-
- **
|
2298
|
-
- **Description**:
|
3567
|
+
- **Operation**: [**read_node_combined**](docs/KubernetesProtectionApi.md#read_node_combined)
|
3568
|
+
- **GET**: /container-security/combined/nodes/v1
|
3569
|
+
- **Description**: Retrieve kubernetes nodes identified by the provided filter criteria
|
2299
3570
|
|
2300
3571
|
---
|
2301
3572
|
|
2302
3573
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2303
3574
|
|
2304
|
-
- **Operation**: [**
|
2305
|
-
- **
|
2306
|
-
- **Description**:
|
3575
|
+
- **Operation**: [**read_node_count**](docs/KubernetesProtectionApi.md#read_node_count)
|
3576
|
+
- **GET**: /container-security/aggregates/nodes/count/v1
|
3577
|
+
- **Description**: Retrieve node counts
|
2307
3578
|
|
2308
3579
|
---
|
2309
3580
|
|
2310
3581
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2311
3582
|
|
2312
|
-
- **Operation**: [**
|
2313
|
-
- **
|
2314
|
-
- **Description**:
|
3583
|
+
- **Operation**: [**read_node_enrichment**](docs/KubernetesProtectionApi.md#read_node_enrichment)
|
3584
|
+
- **GET**: /container-security/aggregates/enrichment/nodes/entities/v1
|
3585
|
+
- **Description**: Retrieve node enrichment data
|
2315
3586
|
|
2316
3587
|
---
|
2317
3588
|
|
2318
3589
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2319
3590
|
|
2320
|
-
- **Operation**: [**
|
2321
|
-
- **GET**: /
|
2322
|
-
- **Description**:
|
3591
|
+
- **Operation**: [**read_nodes_by_cloud_count**](docs/KubernetesProtectionApi.md#read_nodes_by_cloud_count)
|
3592
|
+
- **GET**: /container-security/aggregates/nodes/count-by-cloud/v1
|
3593
|
+
- **Description**: Bucket nodes by cloud providers
|
2323
3594
|
|
2324
3595
|
---
|
2325
3596
|
|
2326
3597
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2327
3598
|
|
2328
|
-
- **Operation**: [**
|
2329
|
-
- **GET**: /
|
2330
|
-
- **Description**:
|
3599
|
+
- **Operation**: [**read_nodes_by_container_engine_version_count**](docs/KubernetesProtectionApi.md#read_nodes_by_container_engine_version_count)
|
3600
|
+
- **GET**: /container-security/aggregates/nodes/count-by-container-engine-version/v1
|
3601
|
+
- **Description**: Bucket nodes by their container engine version
|
2331
3602
|
|
2332
3603
|
---
|
2333
3604
|
|
2334
3605
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2335
3606
|
|
2336
|
-
- **Operation**: [**
|
2337
|
-
- **GET**: /
|
2338
|
-
- **Description**:
|
3607
|
+
- **Operation**: [**read_nodes_by_date_range_count**](docs/KubernetesProtectionApi.md#read_nodes_by_date_range_count)
|
3608
|
+
- **GET**: /container-security/aggregates/nodes/count-by-date/v1
|
3609
|
+
- **Description**: Retrieve nodes by date range counts
|
2339
3610
|
|
2340
3611
|
---
|
2341
3612
|
|
2342
3613
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2343
3614
|
|
2344
|
-
- **Operation**: [**
|
2345
|
-
- **GET**: /
|
2346
|
-
- **Description**:
|
3615
|
+
- **Operation**: [**read_pod_combined**](docs/KubernetesProtectionApi.md#read_pod_combined)
|
3616
|
+
- **GET**: /container-security/combined/pods/v1
|
3617
|
+
- **Description**: Retrieve kubernetes pods identified by the provided filter criteria
|
2347
3618
|
|
2348
3619
|
---
|
2349
3620
|
|
2350
3621
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2351
3622
|
|
2352
|
-
- **Operation**: [**
|
2353
|
-
- **GET**: /
|
2354
|
-
- **Description**:
|
3623
|
+
- **Operation**: [**read_pod_count**](docs/KubernetesProtectionApi.md#read_pod_count)
|
3624
|
+
- **GET**: /container-security/aggregates/pods/count/v1
|
3625
|
+
- **Description**: Retrieve pod counts
|
2355
3626
|
|
2356
3627
|
---
|
2357
3628
|
|
2358
3629
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2359
3630
|
|
2360
|
-
- **Operation**: [**
|
2361
|
-
- **GET**: /
|
2362
|
-
- **Description**:
|
3631
|
+
- **Operation**: [**read_pod_enrichment**](docs/KubernetesProtectionApi.md#read_pod_enrichment)
|
3632
|
+
- **GET**: /container-security/aggregates/enrichment/pods/entities/v1
|
3633
|
+
- **Description**: Retrieve pod enrichment data
|
2363
3634
|
|
2364
3635
|
---
|
2365
3636
|
|
2366
3637
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2367
3638
|
|
2368
|
-
- **Operation**: [**
|
2369
|
-
- **GET**: /
|
2370
|
-
- **Description**:
|
3639
|
+
- **Operation**: [**read_pods_by_date_range_count**](docs/KubernetesProtectionApi.md#read_pods_by_date_range_count)
|
3640
|
+
- **GET**: /container-security/aggregates/pods/count-by-date/v1
|
3641
|
+
- **Description**: Retrieve pods by date range counts
|
2371
3642
|
|
2372
3643
|
---
|
2373
3644
|
|
2374
3645
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2375
3646
|
|
2376
|
-
- **Operation**: [**
|
2377
|
-
- **GET**: /
|
2378
|
-
- **Description**:
|
3647
|
+
- **Operation**: [**read_running_container_images**](docs/KubernetesProtectionApi.md#read_running_container_images)
|
3648
|
+
- **GET**: /container-security/combined/container-images/v1
|
3649
|
+
- **Description**: Retrieve images on running containers
|
2379
3650
|
|
2380
3651
|
---
|
2381
3652
|
|
2382
3653
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2383
3654
|
|
2384
|
-
- **Operation**: [**
|
2385
|
-
- **GET**: /
|
2386
|
-
- **Description**:
|
3655
|
+
- **Operation**: [**read_vulnerable_container_image_count**](docs/KubernetesProtectionApi.md#read_vulnerable_container_image_count)
|
3656
|
+
- **GET**: /container-security/aggregates/containers/count-vulnerable-images/v1
|
3657
|
+
- **Description**: Retrieve count of vulnerable images running on containers
|
2387
3658
|
|
2388
3659
|
---
|
2389
3660
|
|
2390
3661
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2391
3662
|
|
2392
|
-
- **Operation**: [**
|
2393
|
-
- **
|
2394
|
-
- **Description**:
|
3663
|
+
- **Operation**: [**regenerate_api_key**](docs/KubernetesProtectionApi.md#regenerate_api_key)
|
3664
|
+
- **POST**: /kubernetes-protection/entities/integration/api-key/v1
|
3665
|
+
- **Description**: Regenerate API key for docker registry integrations
|
2395
3666
|
|
2396
3667
|
---
|
2397
3668
|
|
2398
3669
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2399
3670
|
|
2400
|
-
- **Operation**: [**
|
2401
|
-
- **
|
2402
|
-
- **Description**:
|
3671
|
+
- **Operation**: [**search_and_read_kubernetes_iom_entities**](docs/KubernetesProtectionApi.md#search_and_read_kubernetes_iom_entities)
|
3672
|
+
- **GET**: /container-security/combined/kubernetes-ioms/v1
|
3673
|
+
- **Description**: Search Kubernetes IOM by the provided search criteria
|
2403
3674
|
|
2404
3675
|
---
|
2405
3676
|
|
2406
3677
|
**Class**: `Falcon::KubernetesProtectionApi`
|
2407
3678
|
|
2408
|
-
- **Operation**: [**
|
2409
|
-
- **
|
2410
|
-
- **Description**:
|
3679
|
+
- **Operation**: [**search_kubernetes_ioms**](docs/KubernetesProtectionApi.md#search_kubernetes_ioms)
|
3680
|
+
- **GET**: /container-security/queries/kubernetes-ioms/v1
|
3681
|
+
- **Description**: Search Kubernetes IOMs by the provided search criteria. this endpoint returns a list of Kubernetes IOM UUIDs matching the query
|
2411
3682
|
|
2412
3683
|
---
|
2413
3684
|
|
@@ -2957,6 +4228,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2957
4228
|
|
2958
4229
|
**Class**: `Falcon::OdsApi`
|
2959
4230
|
|
4231
|
+
- **Operation**: [**get_scans_by_scan_ids_v2**](docs/OdsApi.md#get_scans_by_scan_ids_v2)
|
4232
|
+
- **GET**: /ods/entities/scans/v2
|
4233
|
+
- **Description**: Get Scans by IDs.
|
4234
|
+
|
4235
|
+
---
|
4236
|
+
|
4237
|
+
**Class**: `Falcon::OdsApi`
|
4238
|
+
|
2960
4239
|
- **Operation**: [**get_scheduled_scans_by_scan_ids**](docs/OdsApi.md#get_scheduled_scans_by_scan_ids)
|
2961
4240
|
- **GET**: /ods/entities/scheduled-scans/v1
|
2962
4241
|
- **Description**: Get ScheduledScans by IDs.
|
@@ -3453,6 +4732,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3453
4732
|
|
3454
4733
|
**Class**: `Falcon::RealTimeResponseAdminApi`
|
3455
4734
|
|
4735
|
+
- **Operation**: [**r_tr_get_falcon_scripts**](docs/RealTimeResponseAdminApi.md#r_tr_get_falcon_scripts)
|
4736
|
+
- **GET**: /real-time-response/entities/falcon-scripts/v1
|
4737
|
+
- **Description**: Get Falcon scripts with metadata and content of script
|
4738
|
+
|
4739
|
+
---
|
4740
|
+
|
4741
|
+
**Class**: `Falcon::RealTimeResponseAdminApi`
|
4742
|
+
|
3456
4743
|
- **Operation**: [**r_tr_get_put_files**](docs/RealTimeResponseAdminApi.md#r_tr_get_put_files)
|
3457
4744
|
- **GET**: /real-time-response/entities/put-files/v1
|
3458
4745
|
- **Description**: Get put-files based on the ID's given. These are used for the RTR `put` command.
|
@@ -3485,6 +4772,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3485
4772
|
|
3486
4773
|
**Class**: `Falcon::RealTimeResponseAdminApi`
|
3487
4774
|
|
4775
|
+
- **Operation**: [**r_tr_list_falcon_scripts**](docs/RealTimeResponseAdminApi.md#r_tr_list_falcon_scripts)
|
4776
|
+
- **GET**: /real-time-response/queries/falcon-scripts/v1
|
4777
|
+
- **Description**: Get a list of Falcon script IDs available to the user to run
|
4778
|
+
|
4779
|
+
---
|
4780
|
+
|
4781
|
+
**Class**: `Falcon::RealTimeResponseAdminApi`
|
4782
|
+
|
3488
4783
|
- **Operation**: [**r_tr_list_put_files**](docs/RealTimeResponseAdminApi.md#r_tr_list_put_files)
|
3489
4784
|
- **GET**: /real-time-response/queries/put-files/v1
|
3490
4785
|
- **Description**: Get a list of put-file ID's that are available to the user for the `put` command.
|
@@ -3507,11 +4802,19 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3507
4802
|
|
3508
4803
|
---
|
3509
4804
|
|
4805
|
+
**Class**: `Falcon::RealTimeResponseAuditApi`
|
4806
|
+
|
4807
|
+
- **Operation**: [**r_tr_audit_sessions**](docs/RealTimeResponseAuditApi.md#r_tr_audit_sessions)
|
4808
|
+
- **GET**: /real-time-response-audit/combined/sessions/v1
|
4809
|
+
- **Description**: Get all the RTR sessions created for a customer in a specified duration
|
4810
|
+
|
4811
|
+
---
|
4812
|
+
|
3510
4813
|
**Class**: `Falcon::ReconApi`
|
3511
4814
|
|
3512
4815
|
- **Operation**: [**aggregate_notifications_exposed_data_records_v1**](docs/ReconApi.md#aggregate_notifications_exposed_data_records_v1)
|
3513
4816
|
- **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]
|
4817
|
+
- **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
4818
|
|
3516
4819
|
---
|
3517
4820
|
|
@@ -3827,6 +5130,14 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3827
5130
|
|
3828
5131
|
---
|
3829
5132
|
|
5133
|
+
**Class**: `Falcon::RuntimeDetectionsApi`
|
5134
|
+
|
5135
|
+
- **Operation**: [**get_runtime_detections_combined_v2**](docs/RuntimeDetectionsApi.md#get_runtime_detections_combined_v2)
|
5136
|
+
- **GET**: /container-security/combined/runtime-detections/v2
|
5137
|
+
- **Description**: Retrieve container runtime detections by the provided search criteria
|
5138
|
+
|
5139
|
+
---
|
5140
|
+
|
3830
5141
|
**Class**: `Falcon::SampleUploadsApi`
|
3831
5142
|
|
3832
5143
|
- **Operation**: [**archive_delete_v1**](docs/SampleUploadsApi.md#archive_delete_v1)
|
@@ -4163,6 +5474,62 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4163
5474
|
|
4164
5475
|
---
|
4165
5476
|
|
5477
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5478
|
+
|
5479
|
+
- **Operation**: [**combined_query_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#combined_query_evaluation_logic)
|
5480
|
+
- **GET**: /spotlight/combined/evaluation-logic/v1
|
5481
|
+
- **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.
|
5482
|
+
|
5483
|
+
---
|
5484
|
+
|
5485
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5486
|
+
|
5487
|
+
- **Operation**: [**get_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#get_evaluation_logic)
|
5488
|
+
- **GET**: /spotlight/entities/evaluation-logic/v1
|
5489
|
+
- **Description**: Get details on evaluation logic items by providing one or more IDs.
|
5490
|
+
|
5491
|
+
---
|
5492
|
+
|
5493
|
+
**Class**: `Falcon::SpotlightEvaluationLogicApi`
|
5494
|
+
|
5495
|
+
- **Operation**: [**query_evaluation_logic**](docs/SpotlightEvaluationLogicApi.md#query_evaluation_logic)
|
5496
|
+
- **GET**: /spotlight/queries/evaluation-logic/v1
|
5497
|
+
- **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.
|
5498
|
+
|
5499
|
+
---
|
5500
|
+
|
5501
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5502
|
+
|
5503
|
+
- **Operation**: [**combined_query_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#combined_query_vulnerabilities)
|
5504
|
+
- **GET**: /spotlight/combined/vulnerabilities/v1
|
5505
|
+
- **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
|
5506
|
+
|
5507
|
+
---
|
5508
|
+
|
5509
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5510
|
+
|
5511
|
+
- **Operation**: [**get_remediations_v2**](docs/SpotlightVulnerabilitiesApi.md#get_remediations_v2)
|
5512
|
+
- **GET**: /spotlight/entities/remediations/v2
|
5513
|
+
- **Description**: Get details on remediation by providing one or more IDs
|
5514
|
+
|
5515
|
+
---
|
5516
|
+
|
5517
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5518
|
+
|
5519
|
+
- **Operation**: [**get_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#get_vulnerabilities)
|
5520
|
+
- **GET**: /spotlight/entities/vulnerabilities/v2
|
5521
|
+
- **Description**: Get details on vulnerabilities by providing one or more IDs
|
5522
|
+
|
5523
|
+
---
|
5524
|
+
|
5525
|
+
**Class**: `Falcon::SpotlightVulnerabilitiesApi`
|
5526
|
+
|
5527
|
+
- **Operation**: [**query_vulnerabilities**](docs/SpotlightVulnerabilitiesApi.md#query_vulnerabilities)
|
5528
|
+
- **GET**: /spotlight/queries/vulnerabilities/v1
|
5529
|
+
- **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
|
5530
|
+
|
5531
|
+
---
|
5532
|
+
|
4166
5533
|
**Class**: `Falcon::TailoredIntelligenceApi`
|
4167
5534
|
|
4168
5535
|
- **Operation**: [**get_events_body**](docs/TailoredIntelligenceApi.md#get_events_body)
|
@@ -4203,6 +5570,30 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4203
5570
|
|
4204
5571
|
---
|
4205
5572
|
|
5573
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5574
|
+
|
5575
|
+
- **Operation**: [**read_unidentified_containers_by_date_range_count**](docs/UnidentifiedContainersApi.md#read_unidentified_containers_by_date_range_count)
|
5576
|
+
- **GET**: /container-security/aggregates/unidentified-containers/count-by-date/v1
|
5577
|
+
- **Description**: Returns the count of Unidentified Containers over the last 7 days
|
5578
|
+
|
5579
|
+
---
|
5580
|
+
|
5581
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5582
|
+
|
5583
|
+
- **Operation**: [**read_unidentified_containers_count**](docs/UnidentifiedContainersApi.md#read_unidentified_containers_count)
|
5584
|
+
- **GET**: /container-security/aggregates/unidentified-containers/count/v1
|
5585
|
+
- **Description**: Returns the total count of Unidentified Containers over a time period
|
5586
|
+
|
5587
|
+
---
|
5588
|
+
|
5589
|
+
**Class**: `Falcon::UnidentifiedContainersApi`
|
5590
|
+
|
5591
|
+
- **Operation**: [**search_and_read_unidentified_containers**](docs/UnidentifiedContainersApi.md#search_and_read_unidentified_containers)
|
5592
|
+
- **GET**: /container-security/combined/unidentified-containers/v1
|
5593
|
+
- **Description**: Search Unidentified Containers by the provided search criteria
|
5594
|
+
|
5595
|
+
---
|
5596
|
+
|
4206
5597
|
**Class**: `Falcon::UserManagementApi`
|
4207
5598
|
|
4208
5599
|
- **Operation**: [**combined_user_roles_v1**](docs/UserManagementApi.md#combined_user_roles_v1)
|
@@ -4379,59 +5770,115 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
4379
5770
|
|
4380
5771
|
---
|
4381
5772
|
|
4382
|
-
**Class**: `Falcon::
|
5773
|
+
**Class**: `Falcon::WorkflowsApi`
|
4383
5774
|
|
4384
|
-
- **Operation**: [**
|
4385
|
-
- **GET**: /
|
4386
|
-
- **Description**: Search
|
5775
|
+
- **Operation**: [**workflow_definitions_combined**](docs/WorkflowsApi.md#workflow_definitions_combined)
|
5776
|
+
- **GET**: /workflows/combined/definitions/v1
|
5777
|
+
- **Description**: Search workflow definitions based on the provided filter
|
4387
5778
|
|
4388
5779
|
---
|
4389
5780
|
|
4390
|
-
**Class**: `Falcon::
|
5781
|
+
**Class**: `Falcon::WorkflowsApi`
|
4391
5782
|
|
4392
|
-
- **Operation**: [**
|
4393
|
-
- **
|
4394
|
-
- **Description**:
|
5783
|
+
- **Operation**: [**workflow_definitions_create**](docs/WorkflowsApi.md#workflow_definitions_create)
|
5784
|
+
- **POST**: /workflows/entities/definitions/v1
|
5785
|
+
- **Description**: Creates a workflow definition based on the provided model
|
4395
5786
|
|
4396
5787
|
---
|
4397
5788
|
|
4398
|
-
**Class**: `Falcon::
|
5789
|
+
**Class**: `Falcon::WorkflowsApi`
|
4399
5790
|
|
4400
|
-
- **Operation**: [**
|
4401
|
-
- **GET**: /
|
4402
|
-
- **Description**:
|
5791
|
+
- **Operation**: [**workflow_definitions_export**](docs/WorkflowsApi.md#workflow_definitions_export)
|
5792
|
+
- **GET**: /workflows/entities/definitions/export/v1
|
5793
|
+
- **Description**: Exports a workflow definition for the given definition ID
|
4403
5794
|
|
4404
5795
|
---
|
4405
5796
|
|
4406
|
-
**Class**: `Falcon::
|
5797
|
+
**Class**: `Falcon::WorkflowsApi`
|
4407
5798
|
|
4408
|
-
- **Operation**: [**
|
4409
|
-
- **
|
4410
|
-
- **Description**:
|
5799
|
+
- **Operation**: [**workflow_definitions_import**](docs/WorkflowsApi.md#workflow_definitions_import)
|
5800
|
+
- **POST**: /workflows/entities/definitions/import/v1
|
5801
|
+
- **Description**: Imports a workflow definition based on the provided model
|
4411
5802
|
|
4412
5803
|
---
|
4413
5804
|
|
4414
|
-
**Class**: `Falcon::
|
5805
|
+
**Class**: `Falcon::WorkflowsApi`
|
4415
5806
|
|
4416
|
-
- **Operation**: [**
|
4417
|
-
- **
|
4418
|
-
- **Description**:
|
5807
|
+
- **Operation**: [**workflow_definitions_update**](docs/WorkflowsApi.md#workflow_definitions_update)
|
5808
|
+
- **PUT**: /workflows/entities/definitions/v1
|
5809
|
+
- **Description**: Updates a workflow definition based on the provided model
|
4419
5810
|
|
4420
5811
|
---
|
4421
5812
|
|
4422
|
-
**Class**: `Falcon::
|
5813
|
+
**Class**: `Falcon::WorkflowsApi`
|
4423
5814
|
|
4424
|
-
- **Operation**: [**
|
4425
|
-
- **
|
4426
|
-
- **Description**:
|
5815
|
+
- **Operation**: [**workflow_execute**](docs/WorkflowsApi.md#workflow_execute)
|
5816
|
+
- **POST**: /workflows/entities/execute/v1
|
5817
|
+
- **Description**: Executes an on-demand Workflow, the body is JSON used to trigger the execution, the response the execution ID(s)
|
4427
5818
|
|
4428
5819
|
---
|
4429
5820
|
|
4430
|
-
**Class**: `Falcon::
|
5821
|
+
**Class**: `Falcon::WorkflowsApi`
|
4431
5822
|
|
4432
|
-
- **Operation**: [**
|
4433
|
-
- **GET**: /
|
4434
|
-
- **Description**:
|
5823
|
+
- **Operation**: [**workflow_execution_results**](docs/WorkflowsApi.md#workflow_execution_results)
|
5824
|
+
- **GET**: /workflows/entities/execution-results/v1
|
5825
|
+
- **Description**: Get execution result of a given execution
|
5826
|
+
|
5827
|
+
---
|
5828
|
+
|
5829
|
+
**Class**: `Falcon::WorkflowsApi`
|
5830
|
+
|
5831
|
+
- **Operation**: [**workflow_executions_action**](docs/WorkflowsApi.md#workflow_executions_action)
|
5832
|
+
- **POST**: /workflows/entities/execution-actions/v1
|
5833
|
+
- **Description**: Allows a user to resume/retry a failed workflow execution.
|
5834
|
+
|
5835
|
+
---
|
5836
|
+
|
5837
|
+
**Class**: `Falcon::WorkflowsApi`
|
5838
|
+
|
5839
|
+
- **Operation**: [**workflow_executions_combined**](docs/WorkflowsApi.md#workflow_executions_combined)
|
5840
|
+
- **GET**: /workflows/combined/executions/v1
|
5841
|
+
- **Description**: Search workflow executions based on the provided filter
|
5842
|
+
|
5843
|
+
---
|
5844
|
+
|
5845
|
+
**Class**: `Falcon::WorkflowsApi`
|
5846
|
+
|
5847
|
+
- **Operation**: [**workflow_get_human_input_v1**](docs/WorkflowsApi.md#workflow_get_human_input_v1)
|
5848
|
+
- **GET**: /workflows/entities/human-inputs/v1
|
5849
|
+
- **Description**: Gets one or more specific human inputs by their IDs.
|
5850
|
+
|
5851
|
+
---
|
5852
|
+
|
5853
|
+
**Class**: `Falcon::WorkflowsApi`
|
5854
|
+
|
5855
|
+
- **Operation**: [**workflow_system_definitions_de_provision**](docs/WorkflowsApi.md#workflow_system_definitions_de_provision)
|
5856
|
+
- **POST**: /workflows/system-definitions/deprovision/v1
|
5857
|
+
- **Description**: Deprovisions a system definition that was previously provisioned on the target CID
|
5858
|
+
|
5859
|
+
---
|
5860
|
+
|
5861
|
+
**Class**: `Falcon::WorkflowsApi`
|
5862
|
+
|
5863
|
+
- **Operation**: [**workflow_system_definitions_promote**](docs/WorkflowsApi.md#workflow_system_definitions_promote)
|
5864
|
+
- **POST**: /workflows/system-definitions/promote/v1
|
5865
|
+
- **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.
|
5866
|
+
|
5867
|
+
---
|
5868
|
+
|
5869
|
+
**Class**: `Falcon::WorkflowsApi`
|
5870
|
+
|
5871
|
+
- **Operation**: [**workflow_system_definitions_provision**](docs/WorkflowsApi.md#workflow_system_definitions_provision)
|
5872
|
+
- **POST**: /workflows/system-definitions/provision/v1
|
5873
|
+
- **Description**: Provisions a system definition onto the target CID by using the template and provided parameters
|
5874
|
+
|
5875
|
+
---
|
5876
|
+
|
5877
|
+
**Class**: `Falcon::WorkflowsApi`
|
5878
|
+
|
5879
|
+
- **Operation**: [**workflow_update_human_input_v1**](docs/WorkflowsApi.md#workflow_update_human_input_v1)
|
5880
|
+
- **PATCH**: /workflows/entities/human-inputs/v1
|
5881
|
+
- **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
5882
|
|
4436
5883
|
---
|
4437
5884
|
|