crimson-falcon 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (796) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +873 -185
  3. data/lib/crimson-falcon/api/alerts.rb +4 -4
  4. data/lib/crimson-falcon/api/api_integrations.rb +1 -1
  5. data/lib/crimson-falcon/api/aspm.rb +2144 -275
  6. data/lib/crimson-falcon/api/cao_hunting.rb +305 -0
  7. data/lib/crimson-falcon/api/cloud_aws_registration.rb +0 -85
  8. data/lib/crimson-falcon/api/cloud_azure_registration.rb +5 -5
  9. data/lib/crimson-falcon/api/cloud_oci_registration.rb +509 -0
  10. data/lib/crimson-falcon/api/cloud_security_assets.rb +93 -4
  11. data/lib/crimson-falcon/api/cloud_snapshots.rb +6 -6
  12. data/lib/crimson-falcon/api/{compliance_assessments.rb → container_image_compliance.rb} +56 -56
  13. data/lib/crimson-falcon/api/container_images.rb +20 -14
  14. data/lib/crimson-falcon/api/container_packages.rb +75 -6
  15. data/lib/crimson-falcon/api/container_vulnerabilities.rb +2 -2
  16. data/lib/crimson-falcon/api/content_update_policies.rb +90 -16
  17. data/lib/crimson-falcon/api/correlation_rules.rb +538 -3
  18. data/lib/crimson-falcon/api/cspg_iac.rb +3 -3
  19. data/lib/crimson-falcon/api/cspm_registration.rb +9 -134
  20. data/lib/crimson-falcon/api/custom_storage.rb +463 -0
  21. data/lib/crimson-falcon/api/d4c_registration.rb +40 -5
  22. data/lib/crimson-falcon/api/datascanner.rb +1 -1
  23. data/lib/crimson-falcon/api/default.rb +156 -0
  24. data/lib/crimson-falcon/api/device_control_with_bluetooth.rb +420 -0
  25. data/lib/crimson-falcon/api/discover.rb +2 -66
  26. data/lib/crimson-falcon/api/execution.rb +122 -0
  27. data/lib/crimson-falcon/api/exposure_management.rb +66 -0
  28. data/lib/crimson-falcon/api/falconx_sandbox.rb +8 -8
  29. data/lib/crimson-falcon/api/foundry_logscale.rb +8 -8
  30. data/lib/crimson-falcon/api/host_migration.rb +6 -6
  31. data/lib/crimson-falcon/api/hosts.rb +148 -0
  32. data/lib/crimson-falcon/api/installation_tokens.rb +3 -3
  33. data/lib/crimson-falcon/api/installation_tokens_settings.rb +3 -3
  34. data/lib/crimson-falcon/api/intel.rb +10 -10
  35. data/lib/crimson-falcon/api/intelligence_feeds.rb +228 -0
  36. data/lib/crimson-falcon/api/intelligence_indicator_graph.rb +69 -10
  37. data/lib/crimson-falcon/api/kubernetes_container_compliance.rb +591 -0
  38. data/lib/crimson-falcon/api/kubernetes_protection.rb +100 -30
  39. data/lib/crimson-falcon/api/lookup_files.rb +28 -0
  40. data/lib/crimson-falcon/api/{humio_auth_proxy.rb → ngsiem.rb} +74 -51
  41. data/lib/crimson-falcon/api/quarantine.rb +3 -3
  42. data/lib/crimson-falcon/api/quick_scan.rb +6 -6
  43. data/lib/crimson-falcon/api/quick_scan_pro.rb +2 -2
  44. data/lib/crimson-falcon/api/release_notes.rb +5 -5
  45. data/lib/crimson-falcon/api/{vulnerabilities.rb → serverless_vulnerabilities.rb} +4 -4
  46. data/lib/crimson-falcon/api/spotlight_vulnerabilities.rb +4 -4
  47. data/lib/crimson-falcon/api/tailored_intelligence.rb +373 -0
  48. data/lib/crimson-falcon/api/threatgraph.rb +4 -4
  49. data/lib/crimson-falcon/api/user_management.rb +175 -13
  50. data/lib/crimson-falcon/api/workflows.rb +72 -0
  51. data/lib/crimson-falcon/models/activities_activity.rb +13 -1
  52. data/lib/crimson-falcon/models/activities_dependency.rb +285 -0
  53. data/lib/crimson-falcon/models/api_aggregates_response_v1.rb +266 -0
  54. data/lib/crimson-falcon/models/api_collection_metadata.rb +397 -0
  55. data/lib/crimson-falcon/models/api_create_rule_notification_config.rb +297 -0
  56. data/lib/crimson-falcon/models/api_create_rule_notifications.rb +264 -0
  57. data/lib/crimson-falcon/models/api_get_entities_rule_versions_response_v1.rb +266 -0
  58. data/lib/crimson-falcon/models/api_indexed_fields.rb +267 -0
  59. data/lib/crimson-falcon/models/api_intelligence_query_aggregates_response.rb +266 -0
  60. data/lib/crimson-falcon/models/api_intelligence_query_entity.rb +516 -0
  61. data/lib/crimson-falcon/models/api_intelligence_query_entity_response.rb +266 -0
  62. data/lib/crimson-falcon/models/api_job_link_response_v1.rb +266 -0
  63. data/lib/crimson-falcon/models/api_meta_info.rb +1 -4
  64. data/lib/crimson-falcon/models/api_paging.rb +275 -0
  65. data/lib/crimson-falcon/models/api_patch_rule_notification_config_v1.rb +272 -0
  66. data/lib/crimson-falcon/models/api_patch_rule_notifications_v1.rb +254 -0
  67. data/lib/crimson-falcon/models/api_patch_rule_search_v1.rb +13 -4
  68. data/lib/crimson-falcon/models/api_query_event_distribution.rb +285 -0
  69. data/lib/crimson-falcon/models/api_query_job_around_input.rb +281 -0
  70. data/lib/crimson-falcon/models/api_query_job_input.rb +359 -0
  71. data/lib/crimson-falcon/models/api_query_job_response.rb +255 -0
  72. data/lib/crimson-falcon/models/api_query_jobs_results.rb +351 -0
  73. data/lib/crimson-falcon/models/api_query_metadata_json.rb +553 -0
  74. data/lib/crimson-falcon/models/api_rule_create_request_v1.rb +37 -1
  75. data/lib/crimson-falcon/models/api_rule_patch_request_v1.rb +41 -1
  76. data/lib/crimson-falcon/models/api_rule_search_v1.rb +13 -4
  77. data/lib/crimson-falcon/models/api_rule_v1.rb +203 -132
  78. data/lib/crimson-falcon/models/{common_credentials.rb → api_rule_version_publish_request_v1.rb} +13 -13
  79. data/lib/crimson-falcon/models/{api_rule_operation_v1.rb → api_rule_version_report_request.rb} +30 -34
  80. data/lib/crimson-falcon/models/api_rule_version_sorted_search.rb +253 -0
  81. data/lib/crimson-falcon/models/api_schema_metadata.rb +366 -0
  82. data/lib/crimson-falcon/models/api_user_metadata.rb +266 -0
  83. data/lib/crimson-falcon/models/api_warning_json.rb +284 -0
  84. data/lib/crimson-falcon/models/api_workflow_metadata.rb +295 -0
  85. data/lib/crimson-falcon/models/aspm_data.rb +276 -0
  86. data/lib/crimson-falcon/models/assets_compliance_response.rb +261 -0
  87. data/lib/crimson-falcon/models/{rest_azure_download_script_request_data.rb → azure_azure_download_script_request_data.rb} +3 -3
  88. data/lib/crimson-falcon/models/azure_azure_download_script_request_v1.rb +241 -0
  89. data/lib/crimson-falcon/models/azure_azure_provision_get_account_script_response_v1.rb +266 -0
  90. data/lib/crimson-falcon/models/{rest_azure_script.rb → azure_azure_script.rb} +3 -3
  91. data/lib/crimson-falcon/models/{domain_azure_role_assignment.rb → azure_db_role_assignment.rb} +22 -4
  92. data/lib/crimson-falcon/models/{domain_azure_resource_permission.rb → azure_resource_permission.rb} +3 -3
  93. data/lib/crimson-falcon/models/common_count_as_resource.rb +18 -4
  94. data/lib/crimson-falcon/models/common_count_response.rb +20 -20
  95. data/lib/crimson-falcon/models/{domain_content_update_settings_v1.rb → content_update_content_update_settings_req_v1.rb} +4 -4
  96. data/lib/crimson-falcon/models/content_update_create_policy_req_v1.rb +1 -1
  97. data/lib/crimson-falcon/models/content_update_policy_v1.rb +440 -0
  98. data/lib/crimson-falcon/models/content_update_resp_v1.rb +272 -0
  99. data/lib/crimson-falcon/models/content_update_ring_assignment_override_setting_v1.rb +239 -0
  100. data/lib/crimson-falcon/models/{domain_ring_assignment_settings_v1.rb → content_update_ring_assignment_settings_req_v1.rb} +19 -19
  101. data/lib/crimson-falcon/models/content_update_ring_assignment_settings_v1.rb +43 -1
  102. data/lib/crimson-falcon/models/content_update_update_policy_req_v1.rb +1 -1
  103. data/lib/crimson-falcon/models/costs.rb +285 -0
  104. data/lib/crimson-falcon/models/custom_type1942251022.rb +271 -0
  105. data/lib/crimson-falcon/models/{common_registry_credentials_response.rb → custom_type4161059146.rb} +8 -6
  106. data/lib/crimson-falcon/models/dataclassifications_data_classification_finding.rb +267 -0
  107. data/lib/crimson-falcon/models/dataclassifications_response.rb +12 -1
  108. data/lib/crimson-falcon/models/day.rb +270 -0
  109. data/lib/crimson-falcon/models/detects_external_alert.rb +33 -1
  110. data/lib/crimson-falcon/models/detects_mitre_attack_mapping.rb +275 -0
  111. data/lib/crimson-falcon/models/device_control_req_update_default_settings_v1.rb +243 -0
  112. data/lib/crimson-falcon/models/device_control_resp_default_setting_v1.rb +268 -0
  113. data/lib/crimson-falcon/models/device_control_resp_update_default_settings_v1.rb +302 -0
  114. data/lib/crimson-falcon/models/device_device.rb +10 -1
  115. data/lib/crimson-falcon/models/device_device_policy.rb +10 -1
  116. data/lib/crimson-falcon/models/device_mapped_device_policies.rb +46 -19
  117. data/lib/crimson-falcon/models/{releasenotes_entities_get_response_wrapper.rb → deviceapi_device_combined_response_swagger.rb} +8 -6
  118. data/lib/crimson-falcon/models/deviceapi_device_paging_v2.rb +289 -0
  119. data/lib/crimson-falcon/models/deviceapi_device_swagger.rb +1 -1
  120. data/lib/crimson-falcon/models/deviceapi_mapped_device_policies_swagger.rb +459 -0
  121. data/lib/crimson-falcon/models/deviceapi_meta_info.rb +280 -0
  122. data/lib/crimson-falcon/models/devicecontent_content_category.rb +22 -4
  123. data/lib/crimson-falcon/models/devicecontent_state.rb +19 -1
  124. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_class.rb +274 -0
  125. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_custom_notifications.rb +234 -0
  126. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_exception.rb +376 -0
  127. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_exception_base.rb +331 -0
  128. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_minor_class.rb +252 -0
  129. data/lib/crimson-falcon/models/devicecontrolapi_bluetooth_settings.rb +263 -0
  130. data/lib/crimson-falcon/models/devicecontrolapi_custom_notification.rb +255 -0
  131. data/lib/crimson-falcon/models/devicecontrolapi_req_create_policies_v1.rb +242 -0
  132. data/lib/crimson-falcon/models/devicecontrolapi_req_create_policy_v1.rb +317 -0
  133. data/lib/crimson-falcon/models/devicecontrolapi_req_update_base_v1_external.rb +278 -0
  134. data/lib/crimson-falcon/models/devicecontrolapi_req_update_bases_v1_external.rb +242 -0
  135. data/lib/crimson-falcon/models/devicecontrolapi_req_update_bluetooth_base_v1.rb +315 -0
  136. data/lib/crimson-falcon/models/devicecontrolapi_req_update_bluetooth_class_v1.rb +306 -0
  137. data/lib/crimson-falcon/models/devicecontrolapi_req_update_bluetooth_classes_v1.rb +276 -0
  138. data/lib/crimson-falcon/models/devicecontrolapi_req_update_bluetooth_minor_class_v1.rb +289 -0
  139. data/lib/crimson-falcon/models/devicecontrolapi_req_update_policies_classes_v1.rb +241 -0
  140. data/lib/crimson-falcon/models/devicecontrolapi_req_update_policy_classes_v1.rb +257 -0
  141. data/lib/crimson-falcon/models/devicecontrolapi_req_update_usb_base_v1.rb +331 -0
  142. data/lib/crimson-falcon/models/devicecontrolapi_req_update_usb_base_v1_external.rb +309 -0
  143. data/lib/crimson-falcon/models/{domain_create_submission_v1_error_response.rb → devicecontrolapi_req_update_usb_class_v1.rb} +40 -54
  144. data/lib/crimson-falcon/models/devicecontrolapi_req_update_usb_classes_v1.rb +276 -0
  145. data/lib/crimson-falcon/models/devicecontrolapi_resp_msa_error_v1.rb +271 -0
  146. data/lib/crimson-falcon/models/devicecontrolapi_resp_msa_meta_v1.rb +276 -0
  147. data/lib/crimson-falcon/models/{domain_assessment_paging.rb → devicecontrolapi_resp_paging_details_v1.rb} +10 -14
  148. data/lib/crimson-falcon/models/devicecontrolapi_resp_policies_v2.rb +268 -0
  149. data/lib/crimson-falcon/models/{domain_content_update_policy_resp_v1.rb → devicecontrolapi_resp_policy_v2.rb} +67 -51
  150. data/lib/crimson-falcon/models/devicecontrolapi_resp_usb_class_settings_v2.rb +287 -0
  151. data/lib/crimson-falcon/models/devicecontrolapi_resp_usb_exception_v2.rb +404 -0
  152. data/lib/crimson-falcon/models/devicecontrolapi_resp_usb_settings_v2.rb +306 -0
  153. data/lib/crimson-falcon/models/devicecontrolapi_usb_custom_notification.rb +253 -0
  154. data/lib/crimson-falcon/models/devicecontrolapi_usb_custom_notifications.rb +243 -0
  155. data/lib/crimson-falcon/models/devicecontrolapi_usb_exception_base.rb +396 -0
  156. data/lib/crimson-falcon/models/digest_flow.rb +270 -0
  157. data/lib/crimson-falcon/models/domain_actor_document.rb +22 -12
  158. data/lib/crimson-falcon/models/domain_api_aggregate_compliance_by_asset_type_v1.rb +311 -0
  159. data/lib/crimson-falcon/models/domain_api_aggregate_compliance_by_cluster_type_v1.rb +311 -0
  160. data/lib/crimson-falcon/models/domain_api_aggregate_compliance_by_framework_v1.rb +339 -0
  161. data/lib/crimson-falcon/models/domain_api_aggregate_failed_rules_by_clusters_v3.rb +309 -0
  162. data/lib/crimson-falcon/models/domain_api_aggregate_group_by_clusters_v2.rb +519 -0
  163. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_asset_type_v1.rb +266 -0
  164. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_asset_type_v1_resources.rb +255 -0
  165. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_cluster_type_v1.rb +266 -0
  166. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_cluster_type_v1_resources.rb +255 -0
  167. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_framework_v1.rb +266 -0
  168. data/lib/crimson-falcon/models/domain_api_aggregate_response_compliance_by_framework_v1_resources.rb +255 -0
  169. data/lib/crimson-falcon/models/domain_api_aggregate_response_failed_rules_by_clusters_type_v2.rb +266 -0
  170. data/lib/crimson-falcon/models/domain_api_aggregate_response_failed_rules_by_clusters_type_v2_resources.rb +255 -0
  171. data/lib/crimson-falcon/models/domain_api_aggregate_response_group_by_clusters_v2.rb +266 -0
  172. data/lib/crimson-falcon/models/domain_api_aggregate_response_group_by_clusters_v2_resources.rb +255 -0
  173. data/lib/crimson-falcon/models/domain_api_aggregate_response_group_by_rules_v1.rb +266 -0
  174. data/lib/crimson-falcon/models/domain_api_aggregate_response_group_by_rules_v1_resources.rb +255 -0
  175. data/lib/crimson-falcon/models/domain_api_aggregate_response_top_failed_images_v1.rb +266 -0
  176. data/lib/crimson-falcon/models/domain_api_aggregate_response_top_failed_images_v1_resources.rb +255 -0
  177. data/lib/crimson-falcon/models/domain_api_aggregate_top_failed_images_v1.rb +337 -0
  178. data/lib/crimson-falcon/models/domain_api_aggregation_group_by_rules_result_v1.rb +388 -0
  179. data/lib/crimson-falcon/models/domain_api_asset_compliance_finding_v1.rb +346 -0
  180. data/lib/crimson-falcon/models/domain_api_combined_images_findings.rb +325 -0
  181. data/lib/crimson-falcon/models/domain_api_combined_nodes_findings.rb +359 -0
  182. data/lib/crimson-falcon/models/domain_api_entity_matched_v1.rb +252 -0
  183. data/lib/crimson-falcon/models/domain_api_error.rb +27 -25
  184. data/lib/crimson-falcon/models/domain_api_evaluation_logic_host_info_v1.rb +242 -0
  185. data/lib/crimson-falcon/models/domain_api_evaluation_logic_item_v1.rb +10 -15
  186. data/lib/crimson-falcon/models/domain_api_evaluation_logic_v1.rb +48 -10
  187. data/lib/crimson-falcon/models/{flightcontrolapi_user_grant_response.rb → domain_api_response_images_findings_v1.rb} +5 -5
  188. data/lib/crimson-falcon/models/{rest_aws_account_validation_response.rb → domain_api_response_nodes_findings_v1.rb} +5 -5
  189. data/lib/crimson-falcon/models/domain_api_rule_metadata.rb +405 -0
  190. data/lib/crimson-falcon/models/domain_api_simplified_evaluation_logic_item_v1.rb +297 -0
  191. data/lib/crimson-falcon/models/domain_api_vulnerability_data_provider_v1.rb +11 -1
  192. data/lib/crimson-falcon/models/domain_api_vulnerability_host_facet_v2.rb +11 -1
  193. data/lib/crimson-falcon/models/domain_api_vulnerability_network_scan.rb +245 -0
  194. data/lib/crimson-falcon/models/domain_api_vulnerability_network_scan_facet_v2.rb +237 -0
  195. data/lib/crimson-falcon/models/domain_api_vulnerability_v2.rb +12 -1
  196. data/lib/crimson-falcon/models/domain_asset_finding.rb +351 -0
  197. data/lib/crimson-falcon/models/domain_aws_account_v2.rb +85 -13
  198. data/lib/crimson-falcon/models/domain_azure_client_service_principal_v1.rb +26 -12
  199. data/lib/crimson-falcon/models/domain_behavior.rb +10 -1
  200. data/lib/crimson-falcon/models/domain_botnet_config_source.rb +351 -0
  201. data/lib/crimson-falcon/models/domain_botnet_inject.rb +255 -0
  202. data/lib/crimson-falcon/models/domain_cid_policy_assignments.rb +24 -1
  203. data/lib/crimson-falcon/models/domain_cloud_aws_account_v1.rb +82 -1
  204. data/lib/crimson-falcon/models/domain_cloud_oci_feature.rb +288 -0
  205. data/lib/crimson-falcon/models/domain_cloud_oci_product_feature.rb +255 -0
  206. data/lib/crimson-falcon/models/domain_config_data.rb +369 -0
  207. data/lib/crimson-falcon/models/domain_count_by_severity.rb +281 -0
  208. data/lib/crimson-falcon/models/domain_ddos_attack_source.rb +423 -0
  209. data/lib/crimson-falcon/models/domain_ddos_target_details.rb +376 -0
  210. data/lib/crimson-falcon/models/domain_denormalized_adversary_reference.rb +10 -1
  211. data/lib/crimson-falcon/models/domain_discover_api_active_discovery_host.rb +1 -1
  212. data/lib/crimson-falcon/models/domain_discover_api_active_discovery_network.rb +15 -5
  213. data/lib/crimson-falcon/models/domain_discover_api_host.rb +23 -1
  214. data/lib/crimson-falcon/models/domain_discover_api_scan_details_host.rb +245 -0
  215. data/lib/crimson-falcon/models/domain_entity.rb +270 -0
  216. data/lib/crimson-falcon/models/domain_event.rb +400 -0
  217. data/lib/crimson-falcon/models/domain_event_entities_response.rb +266 -0
  218. data/lib/crimson-falcon/models/domain_execute_command_v1.rb +10 -1
  219. data/lib/crimson-falcon/models/domain_export_job_metadata_v1.rb +10 -1
  220. data/lib/crimson-falcon/models/domain_gcp_account_v1.rb +2 -2
  221. data/lib/crimson-falcon/models/domain_gpa.rb +341 -0
  222. data/lib/crimson-falcon/models/domain_gpas.rb +239 -0
  223. data/lib/crimson-falcon/models/domain_host.rb +69 -90
  224. data/lib/crimson-falcon/models/domain_ioa_counts.rb +280 -0
  225. data/lib/crimson-falcon/models/domain_iom_counts.rb +280 -0
  226. data/lib/crimson-falcon/models/domain_item_details_v1.rb +13 -1
  227. data/lib/crimson-falcon/models/domain_job_with_link.rb +253 -0
  228. data/lib/crimson-falcon/models/domain_kestrel_params.rb +15 -1
  229. data/lib/crimson-falcon/models/domain_key_value_pair.rb +253 -0
  230. data/lib/crimson-falcon/models/domain_last_scheduled_execution.rb +18 -4
  231. data/lib/crimson-falcon/models/domain_launch_export_job_request_v1.rb +1 -1
  232. data/lib/crimson-falcon/models/domain_matched_rule.rb +255 -0
  233. data/lib/crimson-falcon/models/domain_meta_info.rb +23 -5
  234. data/lib/crimson-falcon/models/domain_mitre_attack_mapping.rb +266 -0
  235. data/lib/crimson-falcon/models/domain_msa_meta_info_with_search_after.rb +280 -0
  236. data/lib/crimson-falcon/models/domain_news_document.rb +19 -9
  237. data/lib/crimson-falcon/models/domain_oci_create_response.rb +254 -0
  238. data/lib/crimson-falcon/models/domain_oci_download_script_request_data.rb +264 -0
  239. data/lib/crimson-falcon/models/{rest_azure_download_script_request_v1.rb → domain_oci_download_script_request_v1.rb} +4 -4
  240. data/lib/crimson-falcon/models/domain_oci_issue.rb +281 -0
  241. data/lib/crimson-falcon/models/{domain_azure_management_group_role_assignment.rb → domain_oci_permission.rb} +9 -22
  242. data/lib/crimson-falcon/models/{rest_azure_provision_get_account_script_response_v1.rb → domain_oci_provision_get_account_script_response_v1.rb} +4 -4
  243. data/lib/crimson-falcon/models/domain_oci_tenancy_create_ext_v1.rb +310 -0
  244. data/lib/crimson-falcon/models/domain_oci_tenancy_create_request_ext_v1.rb +241 -0
  245. data/lib/crimson-falcon/models/domain_oci_tenancy_create_response_ext_v1.rb +266 -0
  246. data/lib/crimson-falcon/models/domain_oci_tenancy_response_ext_v1.rb +266 -0
  247. data/lib/crimson-falcon/models/domain_oci_tenancy_rotate_key_request_ext_v1.rb +241 -0
  248. data/lib/crimson-falcon/models/domain_oci_tenancy_rotate_key_response_ext_v1.rb +266 -0
  249. data/lib/crimson-falcon/models/domain_oci_tenancy_rotated_key.rb +281 -0
  250. data/lib/crimson-falcon/models/domain_oci_tenancy_script.rb +280 -0
  251. data/lib/crimson-falcon/models/domain_oci_tenancy_update_ext_v1.rb +315 -0
  252. data/lib/crimson-falcon/models/domain_oci_tenancy_update_request_ext_v1.rb +241 -0
  253. data/lib/crimson-falcon/models/domain_oci_tenancy_update_response_ext_v1.rb +266 -0
  254. data/lib/crimson-falcon/models/domain_oci_tenancy_v1.rb +575 -0
  255. data/lib/crimson-falcon/models/domain_oci_tenancy_validated.rb +300 -0
  256. data/lib/crimson-falcon/models/domain_oci_tenancy_validation_response.rb +266 -0
  257. data/lib/crimson-falcon/models/domain_oci_validate_request_data.rb +255 -0
  258. data/lib/crimson-falcon/models/domain_oci_validate_request_v1.rb +241 -0
  259. data/lib/crimson-falcon/models/domain_on_prem.rb +259 -0
  260. data/lib/crimson-falcon/models/domain_paging_with_search_after.rb +262 -0
  261. data/lib/crimson-falcon/models/domain_params.rb +261 -0
  262. data/lib/crimson-falcon/models/domain_pastebin_text_source.rb +294 -0
  263. data/lib/crimson-falcon/models/domain_platform.rb +11 -11
  264. data/lib/crimson-falcon/models/domain_product_feature_status.rb +345 -0
  265. data/lib/crimson-falcon/models/domain_product_feature_status_conditions.rb +323 -0
  266. data/lib/crimson-falcon/models/domain_report_metadata.rb +15 -1
  267. data/lib/crimson-falcon/models/domain_report_params.rb +2 -4
  268. data/lib/crimson-falcon/models/domain_request.rb +34 -12
  269. data/lib/crimson-falcon/models/domain_result_metadata.rb +18 -4
  270. data/lib/crimson-falcon/models/domain_role.rb +13 -4
  271. data/lib/crimson-falcon/models/domain_rule_entities_response.rb +266 -0
  272. data/lib/crimson-falcon/models/domain_rule_metadata_response.rb +266 -0
  273. data/lib/crimson-falcon/models/domain_sca_misconfigs_counts.rb +239 -0
  274. data/lib/crimson-falcon/models/domain_scan.rb +19 -1
  275. data/lib/crimson-falcon/models/domain_scan_profile.rb +19 -1
  276. data/lib/crimson-falcon/models/domain_scan_v2.rb +19 -1
  277. data/lib/crimson-falcon/models/domain_schedule.rb +19 -34
  278. data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +10 -1
  279. data/lib/crimson-falcon/models/domain_screenshot.rb +261 -0
  280. data/lib/crimson-falcon/models/domain_search_after_paging.rb +29 -15
  281. data/lib/crimson-falcon/models/domain_simple_actor.rb +11 -2
  282. data/lib/crimson-falcon/models/domain_tenancy_ocid.rb +239 -0
  283. data/lib/crimson-falcon/models/domain_tweet_source.rb +294 -0
  284. data/lib/crimson-falcon/models/domain_user.rb +12 -1
  285. data/lib/crimson-falcon/models/domain_vulnerabilities_count.rb +239 -0
  286. data/lib/crimson-falcon/models/domain_xdr_params.rb +12 -1
  287. data/lib/crimson-falcon/models/domain_xlr8_info.rb +281 -0
  288. data/lib/crimson-falcon/models/empowerapi_remote_command_put_file_v1.rb +5 -0
  289. data/lib/crimson-falcon/models/empowerapi_remote_command_put_file_v2.rb +5 -0
  290. data/lib/crimson-falcon/models/entities_ods_scan_request.rb +29 -1
  291. data/lib/crimson-falcon/models/entities_ods_schedule_scan_request.rb +29 -1
  292. data/lib/crimson-falcon/models/executions_condition_result.rb +257 -0
  293. data/lib/crimson-falcon/models/executions_execution_result.rb +13 -1
  294. data/lib/crimson-falcon/models/executions_flow_execution_result.rb +319 -0
  295. data/lib/crimson-falcon/models/falconx_submission_parameters_v1.rb +12 -1
  296. data/lib/crimson-falcon/models/falconx_submission_v1.rb +12 -1
  297. data/lib/crimson-falcon/models/figapi_indicator.rb +11 -11
  298. data/lib/crimson-falcon/models/flightcontrolapi_aggregates_response.rb +271 -0
  299. data/lib/crimson-falcon/models/{domain_user_grants.rb → flightcontrolapi_combined_user_roles_resource_v1.rb} +3 -3
  300. data/lib/crimson-falcon/models/flightcontrolapi_combined_user_roles_resource_v2.rb +329 -0
  301. data/lib/crimson-falcon/models/flightcontrolapi_combined_user_roles_response_v1.rb +266 -0
  302. data/lib/crimson-falcon/models/flightcontrolapi_combined_user_roles_response_v2.rb +266 -0
  303. data/lib/crimson-falcon/models/{domain_action_user_roles_request.rb → flightcontrolapi_grant_input.rb} +4 -3
  304. data/lib/crimson-falcon/models/graph_configured_activity.rb +24 -5
  305. data/lib/crimson-falcon/models/graph_configured_trigger.rb +23 -4
  306. data/lib/crimson-falcon/models/graph_inline_activity_config.rb +253 -0
  307. data/lib/crimson-falcon/models/graph_validation_error.rb +14 -4
  308. data/lib/crimson-falcon/models/hour.rb +270 -0
  309. data/lib/crimson-falcon/models/insights_insight.rb +255 -0
  310. data/lib/crimson-falcon/models/insights_insight_details.rb +257 -0
  311. data/lib/crimson-falcon/models/jsonschema_condition_group_fields.rb +10 -1
  312. data/lib/crimson-falcon/models/jsonschema_sub_schema.rb +7 -7
  313. data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +14 -4
  314. data/lib/crimson-falcon/models/model_mitre_attack_mapping.rb +248 -0
  315. data/lib/crimson-falcon/models/models_api_kubernetes_iom.rb +10 -1
  316. data/lib/crimson-falcon/models/models_compliance_export_grouped_by_images_report.rb +28 -1
  317. data/lib/crimson-falcon/models/models_container.rb +219 -307
  318. data/lib/crimson-falcon/models/models_deployment.rb +81 -361
  319. data/lib/crimson-falcon/models/models_pod.rb +15 -1
  320. data/lib/crimson-falcon/models/models_registry_credentials_response.rb +2 -4
  321. data/lib/crimson-falcon/models/models_result_properties.rb +15 -1
  322. data/lib/crimson-falcon/models/non_compliant_by_severity.rb +281 -0
  323. data/lib/crimson-falcon/models/one_minute.rb +270 -0
  324. data/lib/crimson-falcon/models/packages_api_packages_by_image_count.rb +266 -0
  325. data/lib/crimson-falcon/models/policyframework_benchmark.rb +10 -1
  326. data/lib/crimson-falcon/models/policyframework_control.rb +12 -1
  327. data/lib/crimson-falcon/models/query_spent.rb +281 -0
  328. data/lib/crimson-falcon/models/quickscanpro_file_result.rb +2 -2
  329. data/lib/crimson-falcon/models/quickscanpro_scan_result.rb +2 -2
  330. data/lib/crimson-falcon/models/quickscanpro_url_result.rb +2 -2
  331. data/lib/crimson-falcon/models/quota_total_spent.rb +281 -0
  332. data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +10 -1
  333. data/lib/crimson-falcon/models/registration_aws_account_patch.rb +25 -1
  334. data/lib/crimson-falcon/models/registration_azure_account_v1_ext.rb +71 -15
  335. data/lib/crimson-falcon/models/registration_azure_management_group_v1_ext.rb +15 -15
  336. data/lib/crimson-falcon/models/registration_gcp_account_req_obj_v2.rb +1 -1
  337. data/lib/crimson-falcon/models/registration_gcp_account_rsp_obj_v2.rb +1 -1
  338. data/lib/crimson-falcon/models/registration_gcp_account_validated_v1.rb +2 -2
  339. data/lib/crimson-falcon/models/registration_gcp_service_account_ext_v1.rb +1 -1
  340. data/lib/crimson-falcon/models/registration_gcp_service_account_patch_v1.rb +1 -1
  341. data/lib/crimson-falcon/models/registration_gcp_service_account_validation_request_obj_v1.rb +1 -1
  342. data/lib/crimson-falcon/models/releases_release.rb +19 -1
  343. data/lib/crimson-falcon/models/resource_counts.rb +281 -0
  344. data/lib/crimson-falcon/models/resources_benchmark.rb +267 -0
  345. data/lib/crimson-falcon/models/resources_cloud_context.rb +19 -1
  346. data/lib/crimson-falcon/models/resources_cloud_resource.rb +84 -1
  347. data/lib/crimson-falcon/models/resources_compliance_control.rb +470 -0
  348. data/lib/crimson-falcon/models/resources_control_info.rb +295 -0
  349. data/lib/crimson-falcon/models/resources_detection_count.rb +295 -0
  350. data/lib/crimson-falcon/models/resources_detections.rb +19 -1
  351. data/lib/crimson-falcon/models/resources_rule.rb +281 -0
  352. data/lib/crimson-falcon/models/rest_cloud_aws_account_create_ext_v1.rb +108 -7
  353. data/lib/crimson-falcon/models/restapi_indicator_feed_query_item.rb +252 -0
  354. data/lib/crimson-falcon/models/restapi_indicator_feed_query_response.rb +270 -0
  355. data/lib/crimson-falcon/models/restapi_indicator_get_feeds_item.rb +254 -0
  356. data/lib/crimson-falcon/models/restapi_indicator_get_feeds_response.rb +261 -0
  357. data/lib/crimson-falcon/models/restapi_indicators_aggregates_request.rb +241 -0
  358. data/lib/crimson-falcon/models/restapi_indicators_aggregates_response.rb +271 -0
  359. data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +51 -1
  360. data/lib/crimson-falcon/models/{domain_condition.rb → statemgmt_condition.rb} +3 -3
  361. data/lib/crimson-falcon/models/ten_minutes.rb +270 -0
  362. data/lib/crimson-falcon/models/threatgraph_vertex_details.rb +13 -13
  363. data/lib/crimson-falcon/models/types_action_run.rb +5 -5
  364. data/lib/crimson-falcon/models/types_action_run_event.rb +18 -23
  365. data/lib/crimson-falcon/models/types_action_run_event_data.rb +3 -3
  366. data/lib/crimson-falcon/models/types_artifacts.rb +236 -0
  367. data/lib/crimson-falcon/models/types_count_response.rb +266 -0
  368. data/lib/crimson-falcon/models/types_create_executor_node.rb +351 -0
  369. data/lib/crimson-falcon/models/types_create_group_request.rb +290 -0
  370. data/lib/crimson-falcon/models/types_create_integration.rb +297 -0
  371. data/lib/crimson-falcon/models/types_create_integration_response.rb +243 -0
  372. data/lib/crimson-falcon/models/types_executor_node.rb +11 -2
  373. data/lib/crimson-falcon/models/types_executor_node_status.rb +267 -0
  374. data/lib/crimson-falcon/models/types_general_query_response.rb +266 -0
  375. data/lib/crimson-falcon/models/types_get_cloud_security_integration_state_response.rb +253 -0
  376. data/lib/crimson-falcon/models/types_get_services_request.rb +12 -1
  377. data/lib/crimson-falcon/models/types_group_details.rb +335 -0
  378. data/lib/crimson-falcon/models/{api_response_pagination.rb → types_group_hierarchy_response.rb} +18 -23
  379. data/lib/crimson-falcon/models/types_group_in_hierarchy.rb +308 -0
  380. data/lib/crimson-falcon/models/types_group_list_item.rb +288 -0
  381. data/lib/crimson-falcon/models/types_group_min_details.rb +243 -0
  382. data/lib/crimson-falcon/models/types_group_min_details_with_parent.rb +252 -0
  383. data/lib/crimson-falcon/models/types_integration.rb +1 -1
  384. data/lib/crimson-falcon/models/types_integration_task.rb +8 -8
  385. data/lib/crimson-falcon/models/types_integration_task_response.rb +2 -2
  386. data/lib/crimson-falcon/models/types_list_integration_item.rb +297 -0
  387. data/lib/crimson-falcon/models/types_list_integration_tasks_response.rb +1 -1
  388. data/lib/crimson-falcon/models/types_list_integrations_executor_node.rb +351 -0
  389. data/lib/crimson-falcon/models/types_list_integrations_response.rb +1 -1
  390. data/lib/crimson-falcon/models/types_overtime_response.rb +266 -0
  391. data/lib/crimson-falcon/models/types_query_count_response.rb +253 -0
  392. data/lib/crimson-falcon/models/types_query_overtime_response_item.rb +253 -0
  393. data/lib/crimson-falcon/models/types_query_response.rb +255 -0
  394. data/lib/crimson-falcon/models/types_set_cloud_security_integration_state_request.rb +239 -0
  395. data/lib/crimson-falcon/models/{rest_aws_account_validated.rb → types_update_group_request.rb} +65 -50
  396. data/lib/crimson-falcon/models/types_user.rb +381 -0
  397. data/lib/crimson-falcon/models/types_user_group.rb +351 -0
  398. data/lib/crimson-falcon/models/types_users_response.rb +255 -0
  399. data/lib/crimson-falcon/models/v2_activity.rb +20 -1
  400. data/lib/crimson-falcon/models/v2_agent_coverage.rb +387 -0
  401. data/lib/crimson-falcon/models/v2_cloud_provider_info.rb +270 -0
  402. data/lib/crimson-falcon/models/v2_cluster_entity_response_v2.rb +266 -0
  403. data/lib/crimson-falcon/models/v2_cluster_v2.rb +385 -0
  404. data/lib/crimson-falcon/models/v2_inline_config.rb +252 -0
  405. data/lib/crimson-falcon/models/v2_timestamp_fields.rb +253 -0
  406. data/lib/crimson-falcon/models/v2_trigger.rb +22 -4
  407. data/lib/crimson-falcon/models/webhooktrigger_api_key_config.rb +255 -0
  408. data/lib/crimson-falcon/models/webhooktrigger_api_request.rb +288 -0
  409. data/lib/crimson-falcon/models/webhooktrigger_auth_config.rb +267 -0
  410. data/lib/crimson-falcon/models/webhooktrigger_basic_auth_config.rb +245 -0
  411. data/lib/crimson-falcon/models/webhooktrigger_hmac_config.rb +317 -0
  412. data/lib/crimson-falcon/models/webhooktrigger_response_config.rb +260 -0
  413. data/lib/crimson-falcon/version.rb +2 -2
  414. data/lib/crimson-falcon.rb +257 -26
  415. data/spec/api/alerts_spec.rb +2 -2
  416. data/spec/api/aspm_spec.rb +333 -1
  417. data/spec/api/cao_hunting_spec.rb +102 -0
  418. data/spec/api/cloud_aws_registration_spec.rb +0 -14
  419. data/spec/api/cloud_azure_registration_spec.rb +1 -1
  420. data/spec/api/cloud_oci_registration_spec.rb +133 -0
  421. data/spec/api/cloud_security_assets_spec.rb +18 -2
  422. data/spec/api/cloud_snapshots_spec.rb +2 -2
  423. data/spec/api/{compliance_assessments_spec.rb → container_image_compliance_spec.rb} +17 -17
  424. data/spec/api/container_images_spec.rb +9 -7
  425. data/spec/api/container_packages_spec.rb +15 -3
  426. data/spec/api/content_update_policies_spec.rb +17 -5
  427. data/spec/api/correlation_rules_spec.rb +98 -1
  428. data/spec/api/cspg_iac_spec.rb +1 -1
  429. data/spec/api/cspm_registration_spec.rb +1 -23
  430. data/spec/api/custom_storage_spec.rb +73 -0
  431. data/spec/api/d4c_registration_spec.rb +6 -1
  432. data/spec/api/default_spec.rb +73 -0
  433. data/spec/api/device_control_with_bluetooth_spec.rb +117 -0
  434. data/spec/api/discover_spec.rb +1 -11
  435. data/spec/api/execution_spec.rb +66 -0
  436. data/spec/api/exposure_management_spec.rb +11 -0
  437. data/spec/api/falconx_sandbox_spec.rb +3 -3
  438. data/spec/api/host_migration_spec.rb +2 -2
  439. data/spec/api/hosts_spec.rb +30 -0
  440. data/spec/api/installation_tokens_settings_spec.rb +1 -1
  441. data/spec/api/installation_tokens_spec.rb +1 -1
  442. data/spec/api/intel_spec.rb +5 -5
  443. data/spec/api/intelligence_feeds_spec.rb +86 -0
  444. data/spec/api/intelligence_indicator_graph_spec.rb +11 -1
  445. data/spec/api/kubernetes_container_compliance_spec.rb +161 -0
  446. data/spec/api/kubernetes_protection_spec.rb +30 -15
  447. data/spec/api/lookup_files_spec.rb +4 -0
  448. data/spec/api/{humio_auth_proxy_spec.rb → ngsiem_spec.rb} +10 -8
  449. data/spec/api/quarantine_spec.rb +1 -1
  450. data/spec/api/quick_scan_pro_spec.rb +1 -1
  451. data/spec/api/quick_scan_spec.rb +2 -2
  452. data/spec/api/release_notes_spec.rb +2 -2
  453. data/spec/api/{vulnerabilities_spec.rb → serverless_vulnerabilities_spec.rb} +6 -6
  454. data/spec/api/spotlight_vulnerabilities_spec.rb +2 -2
  455. data/spec/api/tailored_intelligence_spec.rb +115 -0
  456. data/spec/api/user_management_spec.rb +32 -4
  457. data/spec/api/workflows_spec.rb +14 -0
  458. data/spec/models/activities_activity_spec.rb +6 -0
  459. data/spec/models/activities_dependency_spec.rb +69 -0
  460. data/spec/models/api_aggregates_response_v1_spec.rb +63 -0
  461. data/spec/models/api_collection_metadata_spec.rb +135 -0
  462. data/spec/models/api_create_rule_notification_config_spec.rb +75 -0
  463. data/spec/models/api_create_rule_notifications_spec.rb +63 -0
  464. data/spec/models/api_get_entities_rule_versions_response_v1_spec.rb +63 -0
  465. data/spec/models/api_indexed_fields_spec.rb +63 -0
  466. data/spec/models/api_intelligence_query_aggregates_response_spec.rb +63 -0
  467. data/spec/models/api_intelligence_query_entity_response_spec.rb +63 -0
  468. data/spec/models/api_intelligence_query_entity_spec.rb +189 -0
  469. data/spec/models/api_job_link_response_v1_spec.rb +63 -0
  470. data/spec/models/{domain_assessment_paging_spec.rb → api_paging_spec.rb} +13 -7
  471. data/spec/models/api_patch_rule_notification_config_v1_spec.rb +75 -0
  472. data/spec/models/api_patch_rule_notifications_v1_spec.rb +63 -0
  473. data/spec/models/api_patch_rule_search_v1_spec.rb +6 -0
  474. data/spec/models/api_query_event_distribution_spec.rb +69 -0
  475. data/spec/models/api_query_job_around_input_spec.rb +69 -0
  476. data/spec/models/api_query_job_input_spec.rb +123 -0
  477. data/spec/models/api_query_job_response_spec.rb +57 -0
  478. data/spec/models/api_query_jobs_results_spec.rb +93 -0
  479. data/spec/models/api_query_metadata_json_spec.rb +177 -0
  480. data/spec/models/api_rule_create_request_v1_spec.rb +18 -0
  481. data/spec/models/api_rule_patch_request_v1_spec.rb +24 -0
  482. data/spec/models/api_rule_search_v1_spec.rb +6 -0
  483. data/spec/models/api_rule_v1_spec.rb +34 -16
  484. data/spec/models/api_rule_version_publish_request_v1_spec.rb +51 -0
  485. data/spec/models/api_rule_version_report_request_spec.rb +63 -0
  486. data/spec/models/api_rule_version_sorted_search_spec.rb +57 -0
  487. data/spec/models/api_schema_metadata_spec.rb +111 -0
  488. data/spec/models/{api_rule_operation_v1_spec.rb → api_user_metadata_spec.rb} +10 -10
  489. data/spec/models/api_warning_json_spec.rb +69 -0
  490. data/spec/models/api_workflow_metadata_spec.rb +75 -0
  491. data/spec/models/aspm_data_spec.rb +75 -0
  492. data/spec/models/assets_compliance_response_spec.rb +63 -0
  493. data/spec/models/{rest_azure_download_script_request_data_spec.rb → azure_azure_download_script_request_data_spec.rb} +6 -6
  494. data/spec/models/azure_azure_download_script_request_v1_spec.rb +51 -0
  495. data/spec/models/azure_azure_provision_get_account_script_response_v1_spec.rb +63 -0
  496. data/spec/models/{rest_azure_script_spec.rb → azure_azure_script_spec.rb} +6 -6
  497. data/spec/models/azure_db_role_assignment_spec.rb +81 -0
  498. data/spec/models/{domain_azure_resource_permission_spec.rb → azure_resource_permission_spec.rb} +6 -6
  499. data/spec/models/common_count_as_resource_spec.rb +6 -0
  500. data/spec/models/common_count_response_spec.rb +3 -3
  501. data/spec/models/{domain_content_update_settings_v1_spec.rb → content_update_content_update_settings_req_v1_spec.rb} +6 -6
  502. data/spec/models/content_update_policy_v1_spec.rb +121 -0
  503. data/spec/models/content_update_resp_v1_spec.rb +63 -0
  504. data/spec/models/content_update_ring_assignment_override_setting_v1_spec.rb +51 -0
  505. data/spec/models/content_update_ring_assignment_settings_req_v1_spec.rb +63 -0
  506. data/spec/models/content_update_ring_assignment_settings_v1_spec.rb +18 -0
  507. data/spec/models/costs_spec.rb +69 -0
  508. data/spec/models/custom_type1942251022_spec.rb +63 -0
  509. data/spec/models/custom_type4161059146_spec.rb +63 -0
  510. data/spec/models/dataclassifications_data_classification_finding_spec.rb +63 -0
  511. data/spec/models/dataclassifications_response_spec.rb +6 -0
  512. data/spec/models/day_spec.rb +63 -0
  513. data/spec/models/detects_external_alert_spec.rb +12 -0
  514. data/spec/models/detects_mitre_attack_mapping_spec.rb +75 -0
  515. data/spec/models/device_control_req_update_default_settings_v1_spec.rb +57 -0
  516. data/spec/models/{common_registry_credentials_response_spec.rb → device_control_resp_default_setting_v1_spec.rb} +6 -6
  517. data/spec/models/device_control_resp_update_default_settings_v1_spec.rb +93 -0
  518. data/spec/models/device_device_policy_spec.rb +6 -0
  519. data/spec/models/device_device_spec.rb +6 -0
  520. data/spec/models/device_mapped_device_policies_spec.rb +25 -7
  521. data/spec/models/{releasenotes_entities_get_response_wrapper_spec.rb → deviceapi_device_combined_response_swagger_spec.rb} +6 -6
  522. data/spec/models/deviceapi_device_paging_v2_spec.rb +81 -0
  523. data/spec/models/deviceapi_mapped_device_policies_swagger_spec.rb +201 -0
  524. data/spec/models/deviceapi_meta_info_spec.rb +75 -0
  525. data/spec/models/devicecontent_content_category_spec.rb +12 -0
  526. data/spec/models/devicecontent_state_spec.rb +12 -0
  527. data/spec/models/devicecontrolapi_bluetooth_class_spec.rb +75 -0
  528. data/spec/models/devicecontrolapi_bluetooth_custom_notifications_spec.rb +51 -0
  529. data/spec/models/devicecontrolapi_bluetooth_exception_base_spec.rb +111 -0
  530. data/spec/models/devicecontrolapi_bluetooth_exception_spec.rb +141 -0
  531. data/spec/models/devicecontrolapi_bluetooth_minor_class_spec.rb +63 -0
  532. data/spec/models/devicecontrolapi_bluetooth_settings_spec.rb +69 -0
  533. data/spec/models/devicecontrolapi_custom_notification_spec.rb +57 -0
  534. data/spec/models/devicecontrolapi_req_create_policies_v1_spec.rb +51 -0
  535. data/spec/models/devicecontrolapi_req_create_policy_v1_spec.rb +85 -0
  536. data/spec/models/devicecontrolapi_req_update_base_v1_external_spec.rb +75 -0
  537. data/spec/models/devicecontrolapi_req_update_bases_v1_external_spec.rb +51 -0
  538. data/spec/models/{domain_create_submission_v1_error_response_spec.rb → devicecontrolapi_req_update_bluetooth_base_v1_spec.rb} +15 -15
  539. data/spec/models/devicecontrolapi_req_update_bluetooth_class_v1_spec.rb +67 -0
  540. data/spec/models/devicecontrolapi_req_update_bluetooth_classes_v1_spec.rb +63 -0
  541. data/spec/models/devicecontrolapi_req_update_bluetooth_minor_class_v1_spec.rb +61 -0
  542. data/spec/models/devicecontrolapi_req_update_policies_classes_v1_spec.rb +51 -0
  543. data/spec/models/devicecontrolapi_req_update_policy_classes_v1_spec.rb +63 -0
  544. data/spec/models/devicecontrolapi_req_update_usb_base_v1_external_spec.rb +77 -0
  545. data/spec/models/devicecontrolapi_req_update_usb_base_v1_spec.rb +87 -0
  546. data/spec/models/devicecontrolapi_req_update_usb_class_v1_spec.rb +65 -0
  547. data/spec/models/devicecontrolapi_req_update_usb_classes_v1_spec.rb +63 -0
  548. data/spec/models/devicecontrolapi_resp_msa_error_v1_spec.rb +69 -0
  549. data/spec/models/devicecontrolapi_resp_msa_meta_v1_spec.rb +69 -0
  550. data/spec/models/devicecontrolapi_resp_paging_details_v1_spec.rb +63 -0
  551. data/spec/models/devicecontrolapi_resp_policies_v2_spec.rb +63 -0
  552. data/spec/models/{domain_content_update_policy_resp_v1_spec.rb → devicecontrolapi_resp_policy_v2_spec.rb} +17 -11
  553. data/spec/models/devicecontrolapi_resp_usb_class_settings_v2_spec.rb +69 -0
  554. data/spec/models/devicecontrolapi_resp_usb_exception_v2_spec.rb +141 -0
  555. data/spec/models/devicecontrolapi_resp_usb_settings_v2_spec.rb +81 -0
  556. data/spec/models/devicecontrolapi_usb_custom_notification_spec.rb +57 -0
  557. data/spec/models/devicecontrolapi_usb_custom_notifications_spec.rb +57 -0
  558. data/spec/models/devicecontrolapi_usb_exception_base_spec.rb +125 -0
  559. data/spec/models/digest_flow_spec.rb +63 -0
  560. data/spec/models/domain_actor_document_spec.rb +6 -0
  561. data/spec/models/domain_api_aggregate_compliance_by_asset_type_v1_spec.rb +81 -0
  562. data/spec/models/domain_api_aggregate_compliance_by_cluster_type_v1_spec.rb +81 -0
  563. data/spec/models/domain_api_aggregate_compliance_by_framework_v1_spec.rb +93 -0
  564. data/spec/models/domain_api_aggregate_failed_rules_by_clusters_v3_spec.rb +81 -0
  565. data/spec/models/domain_api_aggregate_group_by_clusters_v2_spec.rb +171 -0
  566. data/spec/models/domain_api_aggregate_response_compliance_by_asset_type_v1_resources_spec.rb +57 -0
  567. data/spec/models/domain_api_aggregate_response_compliance_by_asset_type_v1_spec.rb +63 -0
  568. data/spec/models/domain_api_aggregate_response_compliance_by_cluster_type_v1_resources_spec.rb +57 -0
  569. data/spec/models/domain_api_aggregate_response_compliance_by_cluster_type_v1_spec.rb +63 -0
  570. data/spec/models/domain_api_aggregate_response_compliance_by_framework_v1_resources_spec.rb +57 -0
  571. data/spec/models/domain_api_aggregate_response_compliance_by_framework_v1_spec.rb +63 -0
  572. data/spec/models/domain_api_aggregate_response_failed_rules_by_clusters_type_v2_resources_spec.rb +57 -0
  573. data/spec/models/domain_api_aggregate_response_failed_rules_by_clusters_type_v2_spec.rb +63 -0
  574. data/spec/models/domain_api_aggregate_response_group_by_clusters_v2_resources_spec.rb +57 -0
  575. data/spec/models/domain_api_aggregate_response_group_by_clusters_v2_spec.rb +63 -0
  576. data/spec/models/domain_api_aggregate_response_group_by_rules_v1_resources_spec.rb +57 -0
  577. data/spec/models/domain_api_aggregate_response_group_by_rules_v1_spec.rb +63 -0
  578. data/spec/models/domain_api_aggregate_response_top_failed_images_v1_resources_spec.rb +57 -0
  579. data/spec/models/domain_api_aggregate_response_top_failed_images_v1_spec.rb +63 -0
  580. data/spec/models/domain_api_aggregate_top_failed_images_v1_spec.rb +93 -0
  581. data/spec/models/domain_api_aggregation_group_by_rules_result_v1_spec.rb +117 -0
  582. data/spec/models/domain_api_asset_compliance_finding_v1_spec.rb +99 -0
  583. data/spec/models/domain_api_combined_images_findings_spec.rb +87 -0
  584. data/spec/models/domain_api_combined_nodes_findings_spec.rb +123 -0
  585. data/spec/models/domain_api_entity_matched_v1_spec.rb +63 -0
  586. data/spec/models/domain_api_error_spec.rb +3 -3
  587. data/spec/models/domain_api_evaluation_logic_host_info_v1_spec.rb +51 -0
  588. data/spec/models/domain_api_evaluation_logic_item_v1_spec.rb +6 -6
  589. data/spec/models/domain_api_evaluation_logic_v1_spec.rb +20 -2
  590. data/spec/models/domain_api_response_images_findings_v1_spec.rb +63 -0
  591. data/spec/models/domain_api_response_nodes_findings_v1_spec.rb +63 -0
  592. data/spec/models/domain_api_rule_metadata_spec.rb +135 -0
  593. data/spec/models/domain_api_simplified_evaluation_logic_item_v1_spec.rb +87 -0
  594. data/spec/models/domain_api_vulnerability_data_provider_v1_spec.rb +6 -0
  595. data/spec/models/domain_api_vulnerability_host_facet_v2_spec.rb +6 -0
  596. data/spec/models/domain_api_vulnerability_network_scan_facet_v2_spec.rb +51 -0
  597. data/spec/models/domain_api_vulnerability_network_scan_spec.rb +57 -0
  598. data/spec/models/domain_api_vulnerability_v2_spec.rb +6 -0
  599. data/spec/models/domain_asset_finding_spec.rb +99 -0
  600. data/spec/models/domain_aws_account_v2_spec.rb +51 -3
  601. data/spec/models/domain_azure_client_service_principal_v1_spec.rb +7 -1
  602. data/spec/models/domain_behavior_spec.rb +6 -0
  603. data/spec/models/domain_botnet_config_source_spec.rb +93 -0
  604. data/spec/models/domain_botnet_inject_spec.rb +57 -0
  605. data/spec/models/domain_cid_policy_assignments_spec.rb +12 -0
  606. data/spec/models/domain_cloud_aws_account_v1_spec.rb +54 -0
  607. data/spec/models/domain_cloud_oci_feature_spec.rb +75 -0
  608. data/spec/models/domain_cloud_oci_product_feature_spec.rb +57 -0
  609. data/spec/models/domain_config_data_spec.rb +135 -0
  610. data/spec/models/domain_count_by_severity_spec.rb +69 -0
  611. data/spec/models/domain_ddos_attack_source_spec.rb +123 -0
  612. data/spec/models/domain_ddos_target_details_spec.rb +105 -0
  613. data/spec/models/domain_denormalized_adversary_reference_spec.rb +6 -0
  614. data/spec/models/domain_discover_api_active_discovery_network_spec.rb +6 -0
  615. data/spec/models/domain_discover_api_host_spec.rb +12 -0
  616. data/spec/models/domain_discover_api_scan_details_host_spec.rb +57 -0
  617. data/spec/models/{domain_azure_role_assignment_spec.rb → domain_entity_spec.rb} +10 -10
  618. data/spec/models/domain_event_entities_response_spec.rb +63 -0
  619. data/spec/models/domain_event_spec.rb +129 -0
  620. data/spec/models/domain_execute_command_v1_spec.rb +6 -0
  621. data/spec/models/domain_export_job_metadata_v1_spec.rb +6 -0
  622. data/spec/models/domain_gpa_spec.rb +111 -0
  623. data/spec/models/{common_credentials_spec.rb → domain_gpas_spec.rb} +7 -7
  624. data/spec/models/domain_host_spec.rb +9 -33
  625. data/spec/models/{rest_aws_account_validated_spec.rb → domain_ioa_counts_spec.rb} +16 -10
  626. data/spec/models/domain_iom_counts_spec.rb +75 -0
  627. data/spec/models/domain_item_details_v1_spec.rb +6 -0
  628. data/spec/models/domain_job_with_link_spec.rb +57 -0
  629. data/spec/models/domain_kestrel_params_spec.rb +6 -0
  630. data/spec/models/domain_key_value_pair_spec.rb +57 -0
  631. data/spec/models/domain_last_scheduled_execution_spec.rb +6 -0
  632. data/spec/models/domain_matched_rule_spec.rb +63 -0
  633. data/spec/models/domain_meta_info_spec.rb +12 -0
  634. data/spec/models/domain_mitre_attack_mapping_spec.rb +69 -0
  635. data/spec/models/domain_msa_meta_info_with_search_after_spec.rb +75 -0
  636. data/spec/models/domain_news_document_spec.rb +6 -0
  637. data/spec/models/domain_oci_create_response_spec.rb +57 -0
  638. data/spec/models/domain_oci_download_script_request_data_spec.rb +63 -0
  639. data/spec/models/{rest_azure_download_script_request_v1_spec.rb → domain_oci_download_script_request_v1_spec.rb} +6 -6
  640. data/spec/models/domain_oci_issue_spec.rb +69 -0
  641. data/spec/models/domain_oci_permission_spec.rb +57 -0
  642. data/spec/models/{rest_azure_provision_get_account_script_response_v1_spec.rb → domain_oci_provision_get_account_script_response_v1_spec.rb} +6 -6
  643. data/spec/models/domain_oci_tenancy_create_ext_v1_spec.rb +87 -0
  644. data/spec/models/domain_oci_tenancy_create_request_ext_v1_spec.rb +51 -0
  645. data/spec/models/domain_oci_tenancy_create_response_ext_v1_spec.rb +63 -0
  646. data/spec/models/domain_oci_tenancy_response_ext_v1_spec.rb +63 -0
  647. data/spec/models/domain_oci_tenancy_rotate_key_request_ext_v1_spec.rb +51 -0
  648. data/spec/models/domain_oci_tenancy_rotate_key_response_ext_v1_spec.rb +63 -0
  649. data/spec/models/domain_oci_tenancy_rotated_key_spec.rb +69 -0
  650. data/spec/models/domain_oci_tenancy_script_spec.rb +75 -0
  651. data/spec/models/domain_oci_tenancy_update_ext_v1_spec.rb +99 -0
  652. data/spec/models/domain_oci_tenancy_update_request_ext_v1_spec.rb +51 -0
  653. data/spec/models/domain_oci_tenancy_update_response_ext_v1_spec.rb +63 -0
  654. data/spec/models/domain_oci_tenancy_v1_spec.rb +189 -0
  655. data/spec/models/domain_oci_tenancy_validated_spec.rb +75 -0
  656. data/spec/models/domain_oci_tenancy_validation_response_spec.rb +63 -0
  657. data/spec/models/domain_oci_validate_request_data_spec.rb +57 -0
  658. data/spec/models/domain_oci_validate_request_v1_spec.rb +51 -0
  659. data/spec/models/domain_on_prem_spec.rb +63 -0
  660. data/spec/models/domain_paging_with_search_after_spec.rb +63 -0
  661. data/spec/models/domain_params_spec.rb +69 -0
  662. data/spec/models/domain_pastebin_text_source_spec.rb +75 -0
  663. data/spec/models/domain_platform_spec.rb +1 -1
  664. data/spec/models/domain_product_feature_status_conditions_spec.rb +87 -0
  665. data/spec/models/domain_product_feature_status_spec.rb +93 -0
  666. data/spec/models/domain_report_metadata_spec.rb +6 -0
  667. data/spec/models/domain_request_spec.rb +19 -1
  668. data/spec/models/domain_result_metadata_spec.rb +6 -0
  669. data/spec/models/domain_role_spec.rb +6 -0
  670. data/spec/models/domain_rule_entities_response_spec.rb +63 -0
  671. data/spec/models/domain_rule_metadata_response_spec.rb +63 -0
  672. data/spec/models/domain_sca_misconfigs_counts_spec.rb +51 -0
  673. data/spec/models/domain_scan_profile_spec.rb +12 -0
  674. data/spec/models/domain_scan_spec.rb +12 -0
  675. data/spec/models/domain_scan_v2_spec.rb +12 -0
  676. data/spec/models/domain_schedule_spec.rb +3 -3
  677. data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
  678. data/spec/models/domain_screenshot_spec.rb +69 -0
  679. data/spec/models/domain_search_after_paging_spec.rb +8 -2
  680. data/spec/models/domain_simple_actor_spec.rb +6 -0
  681. data/spec/models/domain_tenancy_ocid_spec.rb +51 -0
  682. data/spec/models/domain_tweet_source_spec.rb +75 -0
  683. data/spec/models/domain_user_spec.rb +6 -0
  684. data/spec/models/domain_vulnerabilities_count_spec.rb +51 -0
  685. data/spec/models/domain_xdr_params_spec.rb +6 -0
  686. data/spec/models/domain_xlr8_info_spec.rb +69 -0
  687. data/spec/models/entities_ods_scan_request_spec.rb +12 -0
  688. data/spec/models/entities_ods_schedule_scan_request_spec.rb +12 -0
  689. data/spec/models/executions_condition_result_spec.rb +63 -0
  690. data/spec/models/executions_execution_result_spec.rb +6 -0
  691. data/spec/models/executions_flow_execution_result_spec.rb +93 -0
  692. data/spec/models/falconx_submission_parameters_v1_spec.rb +6 -0
  693. data/spec/models/falconx_submission_v1_spec.rb +6 -0
  694. data/spec/models/figapi_indicator_spec.rb +6 -6
  695. data/spec/models/{flightcontrolapi_user_grant_response_spec.rb → flightcontrolapi_aggregates_response_spec.rb} +6 -6
  696. data/spec/models/{domain_user_grants_spec.rb → flightcontrolapi_combined_user_roles_resource_v1_spec.rb} +6 -6
  697. data/spec/models/flightcontrolapi_combined_user_roles_resource_v2_spec.rb +111 -0
  698. data/spec/models/flightcontrolapi_combined_user_roles_response_v1_spec.rb +63 -0
  699. data/spec/models/flightcontrolapi_combined_user_roles_response_v2_spec.rb +63 -0
  700. data/spec/models/{domain_action_user_roles_request_spec.rb → flightcontrolapi_grant_input_spec.rb} +6 -6
  701. data/spec/models/graph_configured_activity_spec.rb +12 -0
  702. data/spec/models/graph_configured_trigger_spec.rb +12 -0
  703. data/spec/models/graph_inline_activity_config_spec.rb +63 -0
  704. data/spec/models/graph_validation_error_spec.rb +6 -0
  705. data/spec/models/hour_spec.rb +63 -0
  706. data/spec/models/{domain_ring_assignment_settings_v1_spec.rb → insights_insight_details_spec.rb} +9 -9
  707. data/spec/models/insights_insight_spec.rb +57 -0
  708. data/spec/models/jsonschema_condition_group_fields_spec.rb +6 -0
  709. data/spec/models/jsonschema_sub_schema_spec.rb +1 -1
  710. data/spec/models/jsonschema_ui_extensions_spec.rb +6 -0
  711. data/spec/models/model_mitre_attack_mapping_spec.rb +57 -0
  712. data/spec/models/models_api_kubernetes_iom_spec.rb +6 -0
  713. data/spec/models/models_compliance_export_grouped_by_images_report_spec.rb +18 -0
  714. data/spec/models/models_container_spec.rb +106 -16
  715. data/spec/models/models_deployment_spec.rb +9 -129
  716. data/spec/models/models_pod_spec.rb +6 -0
  717. data/spec/models/models_result_properties_spec.rb +6 -0
  718. data/spec/models/non_compliant_by_severity_spec.rb +69 -0
  719. data/spec/models/one_minute_spec.rb +63 -0
  720. data/spec/models/packages_api_packages_by_image_count_spec.rb +63 -0
  721. data/spec/models/policyframework_benchmark_spec.rb +6 -0
  722. data/spec/models/policyframework_control_spec.rb +6 -0
  723. data/spec/models/query_spent_spec.rb +69 -0
  724. data/spec/models/quickscanpro_file_result_spec.rb +1 -1
  725. data/spec/models/quickscanpro_scan_result_spec.rb +1 -1
  726. data/spec/models/quickscanpro_url_result_spec.rb +1 -1
  727. data/spec/models/quota_total_spent_spec.rb +69 -0
  728. data/spec/models/registration_aws_account_ext_v2_spec.rb +6 -0
  729. data/spec/models/registration_aws_account_patch_spec.rb +6 -0
  730. data/spec/models/registration_azure_account_v1_ext_spec.rb +26 -2
  731. data/spec/models/registration_azure_management_group_v1_ext_spec.rb +6 -6
  732. data/spec/models/releases_release_spec.rb +12 -0
  733. data/spec/models/resource_counts_spec.rb +69 -0
  734. data/spec/models/resources_benchmark_spec.rb +63 -0
  735. data/spec/models/resources_cloud_context_spec.rb +12 -0
  736. data/spec/models/resources_cloud_resource_spec.rb +54 -0
  737. data/spec/models/resources_compliance_control_spec.rb +153 -0
  738. data/spec/models/{domain_azure_management_group_role_assignment_spec.rb → resources_control_info_spec.rb} +15 -9
  739. data/spec/models/resources_detection_count_spec.rb +75 -0
  740. data/spec/models/resources_detections_spec.rb +12 -0
  741. data/spec/models/resources_rule_spec.rb +69 -0
  742. data/spec/models/rest_cloud_aws_account_create_ext_v1_spec.rb +66 -0
  743. data/spec/models/restapi_indicator_feed_query_item_spec.rb +63 -0
  744. data/spec/models/restapi_indicator_feed_query_response_spec.rb +69 -0
  745. data/spec/models/restapi_indicator_get_feeds_item_spec.rb +63 -0
  746. data/spec/models/{rest_aws_account_validation_response_spec.rb → restapi_indicator_get_feeds_response_spec.rb} +6 -6
  747. data/spec/models/restapi_indicators_aggregates_request_spec.rb +51 -0
  748. data/spec/models/restapi_indicators_aggregates_response_spec.rb +63 -0
  749. data/spec/models/sadomain_typosquatting_subdomain_spec.rb +18 -0
  750. data/spec/models/{domain_condition_spec.rb → statemgmt_condition_spec.rb} +6 -6
  751. data/spec/models/ten_minutes_spec.rb +63 -0
  752. data/spec/models/threatgraph_vertex_details_spec.rb +5 -5
  753. data/spec/models/types_action_run_event_spec.rb +3 -3
  754. data/spec/models/types_artifacts_spec.rb +51 -0
  755. data/spec/models/types_count_response_spec.rb +63 -0
  756. data/spec/models/types_create_executor_node_spec.rb +129 -0
  757. data/spec/models/types_create_group_request_spec.rb +87 -0
  758. data/spec/models/types_create_integration_response_spec.rb +57 -0
  759. data/spec/models/types_create_integration_spec.rb +93 -0
  760. data/spec/models/types_executor_node_spec.rb +6 -0
  761. data/spec/models/types_executor_node_status_spec.rb +63 -0
  762. data/spec/models/types_general_query_response_spec.rb +63 -0
  763. data/spec/models/types_get_cloud_security_integration_state_response_spec.rb +57 -0
  764. data/spec/models/types_get_services_request_spec.rb +6 -0
  765. data/spec/models/types_group_details_spec.rb +117 -0
  766. data/spec/models/{api_response_pagination_spec.rb → types_group_hierarchy_response_spec.rb} +8 -8
  767. data/spec/models/types_group_in_hierarchy_spec.rb +99 -0
  768. data/spec/models/types_group_list_item_spec.rb +87 -0
  769. data/spec/models/types_group_min_details_spec.rb +57 -0
  770. data/spec/models/types_group_min_details_with_parent_spec.rb +63 -0
  771. data/spec/models/types_list_integration_item_spec.rb +93 -0
  772. data/spec/models/types_list_integrations_executor_node_spec.rb +129 -0
  773. data/spec/models/types_overtime_response_spec.rb +63 -0
  774. data/spec/models/types_query_count_response_spec.rb +57 -0
  775. data/spec/models/types_query_overtime_response_item_spec.rb +57 -0
  776. data/spec/models/types_query_response_spec.rb +57 -0
  777. data/spec/models/types_set_cloud_security_integration_state_request_spec.rb +51 -0
  778. data/spec/models/types_update_group_request_spec.rb +93 -0
  779. data/spec/models/types_user_group_spec.rb +99 -0
  780. data/spec/models/types_user_spec.rb +111 -0
  781. data/spec/models/types_users_response_spec.rb +57 -0
  782. data/spec/models/v2_activity_spec.rb +12 -0
  783. data/spec/models/v2_agent_coverage_spec.rb +153 -0
  784. data/spec/models/v2_cloud_provider_info_spec.rb +75 -0
  785. data/spec/models/v2_cluster_entity_response_v2_spec.rb +63 -0
  786. data/spec/models/v2_cluster_v2_spec.rb +141 -0
  787. data/spec/models/v2_inline_config_spec.rb +63 -0
  788. data/spec/models/v2_timestamp_fields_spec.rb +57 -0
  789. data/spec/models/v2_trigger_spec.rb +12 -0
  790. data/spec/models/webhooktrigger_api_key_config_spec.rb +63 -0
  791. data/spec/models/webhooktrigger_api_request_spec.rb +81 -0
  792. data/spec/models/webhooktrigger_auth_config_spec.rb +69 -0
  793. data/spec/models/webhooktrigger_basic_auth_config_spec.rb +57 -0
  794. data/spec/models/webhooktrigger_hmac_config_spec.rb +99 -0
  795. data/spec/models/webhooktrigger_response_config_spec.rb +63 -0
  796. metadata +2400 -1707
@@ -293,7 +293,7 @@ module Falcon
293
293
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
294
294
  # @option opts [Integer] :offset The offset from where to begin.
295
295
  # @option opts [String] :sort The fields to sort the records on.
296
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - `agent_id` - `agent_type` - `allow_privilege_escalation` - `cid` - `cloud_account_id` - `cloud_instance_id` - `cloud_name` - `cloud_region` - `cloud_service` - `cluster_id` - `cluster_name` - `container_id` - `container_image_id` - `container_name` - `cve_id` - `detection_name` - `first_seen` - `image_detection_count` - `image_digest` - `image_has_been_assessed` - `image_id` - `image_registry` - `image_repository` - `image_tag` - `image_vulnerability_count` - `insecure_mount_source` - `insecure_mount_type` - `insecure_propagation_mode` - `interactive_mode` - `ipv4` - `ipv6` - `kac_agent_id` - `labels` - `last_seen` - `namespace` - `node_name` - `node_uid` - `package_name_version` - `pod_id` - `pod_name` - `port` - `privileged` - `root_write_access` - `run_as_root_group` - `run_as_root_user` - `running_status`
296
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - `agent_id` - `agent_type` - `ai_related` - `allow_privilege_escalation` - `app_name` - `cid` - `cloud_account_id` - `cloud_instance_id` - `cloud_name` - `cloud_region` - `cloud_service` - `cluster_id` - `cluster_name` - `container_id` - `container_image_id` - `container_name` - `cve_id` - `detection_name` - `first_seen` - `image_detection_count` - `image_digest` - `image_has_been_assessed` - `image_id` - `image_registry` - `image_repository` - `image_tag` - `image_vulnerability_count` - `insecure_mount_source` - `insecure_mount_type` - `insecure_propagation_mode` - `interactive_mode` - `ipv4` - `ipv6` - `kac_agent_id` - `labels` - `last_seen` - `namespace` - `node_name` - `node_uid` - `package_name_version` - `pod_id` - `pod_name` - `port` - `privileged` - `root_write_access` - `run_as_root_group` - `run_as_root_user` - `running_status`
297
297
  # @return [ModelsContainerRuntimePivotResponse]
298
298
  def find_containers_by_container_run_time_version(opts = {})
299
299
  data, _status_code, _headers = find_containers_by_container_run_time_version_with_http_info(opts)
@@ -305,7 +305,7 @@ module Falcon
305
305
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
306
306
  # @option opts [Integer] :offset The offset from where to begin.
307
307
  # @option opts [String] :sort The fields to sort the records on.
308
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - `agent_id` - `agent_type` - `allow_privilege_escalation` - `cid` - `cloud_account_id` - `cloud_instance_id` - `cloud_name` - `cloud_region` - `cloud_service` - `cluster_id` - `cluster_name` - `container_id` - `container_image_id` - `container_name` - `cve_id` - `detection_name` - `first_seen` - `image_detection_count` - `image_digest` - `image_has_been_assessed` - `image_id` - `image_registry` - `image_repository` - `image_tag` - `image_vulnerability_count` - `insecure_mount_source` - `insecure_mount_type` - `insecure_propagation_mode` - `interactive_mode` - `ipv4` - `ipv6` - `kac_agent_id` - `labels` - `last_seen` - `namespace` - `node_name` - `node_uid` - `package_name_version` - `pod_id` - `pod_name` - `port` - `privileged` - `root_write_access` - `run_as_root_group` - `run_as_root_user` - `running_status`
308
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - `agent_id` - `agent_type` - `ai_related` - `allow_privilege_escalation` - `app_name` - `cid` - `cloud_account_id` - `cloud_instance_id` - `cloud_name` - `cloud_region` - `cloud_service` - `cluster_id` - `cluster_name` - `container_id` - `container_image_id` - `container_name` - `cve_id` - `detection_name` - `first_seen` - `image_detection_count` - `image_digest` - `image_has_been_assessed` - `image_id` - `image_registry` - `image_repository` - `image_tag` - `image_vulnerability_count` - `insecure_mount_source` - `insecure_mount_type` - `insecure_propagation_mode` - `interactive_mode` - `ipv4` - `ipv6` - `kac_agent_id` - `labels` - `last_seen` - `namespace` - `node_name` - `node_uid` - `package_name_version` - `pod_id` - `pod_name` - `port` - `privileged` - `root_write_access` - `run_as_root_group` - `run_as_root_user` - `running_status`
309
309
  # @return [Array<(ModelsContainerRuntimePivotResponse, Integer, Hash)>] ModelsContainerRuntimePivotResponse data, response status code and response headers
310
310
  def find_containers_by_container_run_time_version_with_http_info(opts = {})
311
311
  if @api_client.config.debugging
@@ -1116,7 +1116,7 @@ module Falcon
1116
1116
 
1117
1117
  # Group the containers by Managed
1118
1118
  # @param [Hash] opts the optional parameters
1119
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1119
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1120
1120
  # @return [ModelsContainerCoverageResponseEntity]
1121
1121
  def group_containers_by_managed(opts = {})
1122
1122
  data, _status_code, _headers = group_containers_by_managed_with_http_info(opts)
@@ -1125,7 +1125,7 @@ module Falcon
1125
1125
 
1126
1126
  # Group the containers by Managed
1127
1127
  # @param [Hash] opts the optional parameters
1128
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1128
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1129
1129
  # @return [Array<(ModelsContainerCoverageResponseEntity, Integer, Hash)>] ModelsContainerCoverageResponseEntity data, response status code and response headers
1130
1130
  def group_containers_by_managed_with_http_info(opts = {})
1131
1131
  if @api_client.config.debugging
@@ -1437,6 +1437,76 @@ module Falcon
1437
1437
  return data, status_code, headers
1438
1438
  end
1439
1439
 
1440
+ # Maximum offset = 10000 - limit
1441
+ # @param [Hash] opts the optional parameters
1442
+ # @option opts [String] :filter Search Kubernetes clusters using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;access&#x60; - &#x60;agent_id&#x60; - &#x60;agent_status&#x60; - &#x60;agent_type&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;cluster_status&#x60; - &#x60;container_count&#x60; - &#x60;iar_coverage&#x60; - &#x60;kac_agent_id&#x60; - &#x60;kubernetes_version&#x60; - &#x60;last_seen&#x60; - &#x60;management_status&#x60; - &#x60;node_count&#x60; - &#x60;pod_count&#x60; - &#x60;tags&#x60;
1443
+ # @option opts [String] :sort The fields to sort the records on.
1444
+ # @option opts [Boolean] :include_counts Flag to include node, pod and container counts in the response
1445
+ # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
1446
+ # @option opts [Integer] :offset The offset from where to begin.
1447
+ # @return [V2ClusterEntityResponseV2]
1448
+ def read_cluster_combined_v2(opts = {})
1449
+ data, _status_code, _headers = read_cluster_combined_v2_with_http_info(opts)
1450
+ data
1451
+ end
1452
+
1453
+ # Maximum offset &#x3D; 10000 - limit
1454
+ # @param [Hash] opts the optional parameters
1455
+ # @option opts [String] :filter Search Kubernetes clusters using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;access&#x60; - &#x60;agent_id&#x60; - &#x60;agent_status&#x60; - &#x60;agent_type&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;cluster_status&#x60; - &#x60;container_count&#x60; - &#x60;iar_coverage&#x60; - &#x60;kac_agent_id&#x60; - &#x60;kubernetes_version&#x60; - &#x60;last_seen&#x60; - &#x60;management_status&#x60; - &#x60;node_count&#x60; - &#x60;pod_count&#x60; - &#x60;tags&#x60;
1456
+ # @option opts [String] :sort The fields to sort the records on.
1457
+ # @option opts [Boolean] :include_counts Flag to include node, pod and container counts in the response
1458
+ # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
1459
+ # @option opts [Integer] :offset The offset from where to begin.
1460
+ # @return [Array<(V2ClusterEntityResponseV2, Integer, Hash)>] V2ClusterEntityResponseV2 data, response status code and response headers
1461
+ def read_cluster_combined_v2_with_http_info(opts = {})
1462
+ if @api_client.config.debugging
1463
+ @api_client.config.logger.debug 'Calling API: KubernetesProtection.read_cluster_combined_v2 ...'
1464
+ end
1465
+ # resource path
1466
+ local_var_path = '/container-security/combined/clusters/v2'
1467
+
1468
+ # query parameters
1469
+ query_params = opts[:query_params] || {}
1470
+ query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
1471
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
1472
+ query_params[:'include_counts'] = opts[:'include_counts'] if !opts[:'include_counts'].nil?
1473
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
1474
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
1475
+
1476
+ # header parameters
1477
+ header_params = opts[:header_params] || {}
1478
+ # HTTP header 'Accept' (if needed)
1479
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1480
+
1481
+ # form parameters
1482
+ form_params = opts[:form_params] || {}
1483
+
1484
+ # http body (model)
1485
+ post_body = opts[:debug_body]
1486
+
1487
+ # return_type
1488
+ return_type = opts[:debug_return_type] || 'V2ClusterEntityResponseV2'
1489
+
1490
+ # auth_names
1491
+ auth_names = opts[:debug_auth_names] || ['oauth2']
1492
+
1493
+ new_options = opts.merge(
1494
+ :operation => :"KubernetesProtection.read_cluster_combined_v2",
1495
+ :header_params => header_params,
1496
+ :query_params => query_params,
1497
+ :form_params => form_params,
1498
+ :body => post_body,
1499
+ :auth_names => auth_names,
1500
+ :return_type => return_type
1501
+ )
1502
+
1503
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
1504
+ if @api_client.config.debugging
1505
+ @api_client.config.logger.debug "API called: KubernetesProtection#read_cluster_combined_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1506
+ end
1507
+ return data, status_code, headers
1508
+ end
1509
+
1440
1510
  # Retrieve cluster counts
1441
1511
  # @param [Hash] opts the optional parameters
1442
1512
  # @option opts [String] :filter Retrieve count of Kubernetes clusters that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;access&#x60; - &#x60;agent_id&#x60; - &#x60;agent_status&#x60; - &#x60;agent_type&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;cluster_status&#x60; - &#x60;container_count&#x60; - &#x60;iar_coverage&#x60; - &#x60;kac_agent_id&#x60; - &#x60;kubernetes_version&#x60; - &#x60;last_seen&#x60; - &#x60;management_status&#x60; - &#x60;node_count&#x60; - &#x60;pod_count&#x60; - &#x60;tags&#x60;
@@ -1733,7 +1803,7 @@ module Falcon
1733
1803
 
1734
1804
  # Maximum offset = 10000 - limit
1735
1805
  # @param [Hash] opts the optional parameters
1736
- # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1806
+ # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1737
1807
  # @option opts [String] :sort The fields to sort the records on.
1738
1808
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
1739
1809
  # @option opts [Integer] :offset The offset from where to begin.
@@ -1745,7 +1815,7 @@ module Falcon
1745
1815
 
1746
1816
  # Maximum offset &#x3D; 10000 - limit
1747
1817
  # @param [Hash] opts the optional parameters
1748
- # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1818
+ # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1749
1819
  # @option opts [String] :sort The fields to sort the records on.
1750
1820
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
1751
1821
  # @option opts [Integer] :offset The offset from where to begin.
@@ -1800,7 +1870,7 @@ module Falcon
1800
1870
 
1801
1871
  # Retrieve container counts
1802
1872
  # @param [Hash] opts the optional parameters
1803
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1873
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1804
1874
  # @return [CommonCountResponse]
1805
1875
  def read_container_count(opts = {})
1806
1876
  data, _status_code, _headers = read_container_count_with_http_info(opts)
@@ -1809,7 +1879,7 @@ module Falcon
1809
1879
 
1810
1880
  # Retrieve container counts
1811
1881
  # @param [Hash] opts the optional parameters
1812
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1882
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1813
1883
  # @return [Array<(CommonCountResponse, Integer, Hash)>] CommonCountResponse data, response status code and response headers
1814
1884
  def read_container_count_with_http_info(opts = {})
1815
1885
  if @api_client.config.debugging
@@ -1984,7 +2054,7 @@ module Falcon
1984
2054
 
1985
2055
  # Retrieve count of image assessment detections on running containers over a period of time
1986
2056
  # @param [Hash] opts the optional parameters
1987
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2057
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1988
2058
  # @return [ModelsAPIFilterResponse]
1989
2059
  def read_container_image_detections_count_by_date(opts = {})
1990
2060
  data, _status_code, _headers = read_container_image_detections_count_by_date_with_http_info(opts)
@@ -1993,7 +2063,7 @@ module Falcon
1993
2063
 
1994
2064
  # Retrieve count of image assessment detections on running containers over a period of time
1995
2065
  # @param [Hash] opts the optional parameters
1996
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2066
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
1997
2067
  # @return [Array<(ModelsAPIFilterResponse, Integer, Hash)>] ModelsAPIFilterResponse data, response status code and response headers
1998
2068
  def read_container_image_detections_count_by_date_with_http_info(opts = {})
1999
2069
  if @api_client.config.debugging
@@ -2042,7 +2112,7 @@ module Falcon
2042
2112
 
2043
2113
  # Bucket container by image-digest
2044
2114
  # @param [Hash] opts the optional parameters
2045
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2115
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2046
2116
  # @return [ModelsAggregateValuesByFieldResponse]
2047
2117
  def read_container_images_by_most_used(opts = {})
2048
2118
  data, _status_code, _headers = read_container_images_by_most_used_with_http_info(opts)
@@ -2051,7 +2121,7 @@ module Falcon
2051
2121
 
2052
2122
  # Bucket container by image-digest
2053
2123
  # @param [Hash] opts the optional parameters
2054
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2124
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2055
2125
  # @return [Array<(ModelsAggregateValuesByFieldResponse, Integer, Hash)>] ModelsAggregateValuesByFieldResponse data, response status code and response headers
2056
2126
  def read_container_images_by_most_used_with_http_info(opts = {})
2057
2127
  if @api_client.config.debugging
@@ -2158,7 +2228,7 @@ module Falcon
2158
2228
 
2159
2229
  # Retrieve container vulnerabilities by severity counts
2160
2230
  # @param [Hash] opts the optional parameters
2161
- # @option opts [String] :filter Get vulnerabilities count by severity for container using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2231
+ # @option opts [String] :filter Get vulnerabilities count by severity for container using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2162
2232
  # @return [ModelsAggregateValuesByFieldResponse]
2163
2233
  def read_container_vulnerabilities_by_severity_count(opts = {})
2164
2234
  data, _status_code, _headers = read_container_vulnerabilities_by_severity_count_with_http_info(opts)
@@ -2167,7 +2237,7 @@ module Falcon
2167
2237
 
2168
2238
  # Retrieve container vulnerabilities by severity counts
2169
2239
  # @param [Hash] opts the optional parameters
2170
- # @option opts [String] :filter Get vulnerabilities count by severity for container using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2240
+ # @option opts [String] :filter Get vulnerabilities count by severity for container using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2171
2241
  # @return [Array<(ModelsAggregateValuesByFieldResponse, Integer, Hash)>] ModelsAggregateValuesByFieldResponse data, response status code and response headers
2172
2242
  def read_container_vulnerabilities_by_severity_count_with_http_info(opts = {})
2173
2243
  if @api_client.config.debugging
@@ -2216,7 +2286,7 @@ module Falcon
2216
2286
 
2217
2287
  # Retrieve containers by date range counts
2218
2288
  # @param [Hash] opts the optional parameters
2219
- # @option opts [String] :filter Get container counts using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2289
+ # @option opts [String] :filter Get container counts using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2220
2290
  # @return [ModelsAggregateValuesByFieldResponse]
2221
2291
  def read_containers_by_date_range_count(opts = {})
2222
2292
  data, _status_code, _headers = read_containers_by_date_range_count_with_http_info(opts)
@@ -2225,7 +2295,7 @@ module Falcon
2225
2295
 
2226
2296
  # Retrieve containers by date range counts
2227
2297
  # @param [Hash] opts the optional parameters
2228
- # @option opts [String] :filter Get container counts using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2298
+ # @option opts [String] :filter Get container counts using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2229
2299
  # @return [Array<(ModelsAggregateValuesByFieldResponse, Integer, Hash)>] ModelsAggregateValuesByFieldResponse data, response status code and response headers
2230
2300
  def read_containers_by_date_range_count_with_http_info(opts = {})
2231
2301
  if @api_client.config.debugging
@@ -2274,7 +2344,7 @@ module Falcon
2274
2344
 
2275
2345
  # Bucket containers by agent type and calculate sensor coverage
2276
2346
  # @param [Hash] opts the optional parameters
2277
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2347
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2278
2348
  # @return [ModelsAggregateValuesByFieldResponse]
2279
2349
  def read_containers_sensor_coverage(opts = {})
2280
2350
  data, _status_code, _headers = read_containers_sensor_coverage_with_http_info(opts)
@@ -2283,7 +2353,7 @@ module Falcon
2283
2353
 
2284
2354
  # Bucket containers by agent type and calculate sensor coverage
2285
2355
  # @param [Hash] opts the optional parameters
2286
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2356
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2287
2357
  # @return [Array<(ModelsAggregateValuesByFieldResponse, Integer, Hash)>] ModelsAggregateValuesByFieldResponse data, response status code and response headers
2288
2358
  def read_containers_sensor_coverage_with_http_info(opts = {})
2289
2359
  if @api_client.config.debugging
@@ -2577,7 +2647,7 @@ module Falcon
2577
2647
 
2578
2648
  # Retrieve count of distinct images running on containers
2579
2649
  # @param [Hash] opts the optional parameters
2580
- # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2650
+ # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2581
2651
  # @return [ModelsAPIFilterResponse]
2582
2652
  def read_distinct_container_image_count(opts = {})
2583
2653
  data, _status_code, _headers = read_distinct_container_image_count_with_http_info(opts)
@@ -2586,7 +2656,7 @@ module Falcon
2586
2656
 
2587
2657
  # Retrieve count of distinct images running on containers
2588
2658
  # @param [Hash] opts the optional parameters
2589
- # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2659
+ # @option opts [String] :filter Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
2590
2660
  # @return [Array<(ModelsAPIFilterResponse, Integer, Hash)>] ModelsAPIFilterResponse data, response status code and response headers
2591
2661
  def read_distinct_container_image_count_with_http_info(opts = {})
2592
2662
  if @api_client.config.debugging
@@ -3286,7 +3356,7 @@ module Falcon
3286
3356
 
3287
3357
  # Maximum offset = 10000 - limit
3288
3358
  # @param [Hash] opts the optional parameters
3289
- # @option opts [String] :filter Search Kubernetes pods using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3359
+ # @option opts [String] :filter Search Kubernetes pods using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3290
3360
  # @option opts [String] :sort The fields to sort the records on.
3291
3361
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
3292
3362
  # @option opts [Integer] :offset The offset from where to begin.
@@ -3298,7 +3368,7 @@ module Falcon
3298
3368
 
3299
3369
  # Maximum offset &#x3D; 10000 - limit
3300
3370
  # @param [Hash] opts the optional parameters
3301
- # @option opts [String] :filter Search Kubernetes pods using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3371
+ # @option opts [String] :filter Search Kubernetes pods using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3302
3372
  # @option opts [String] :sort The fields to sort the records on.
3303
3373
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 200)
3304
3374
  # @option opts [Integer] :offset The offset from where to begin.
@@ -3353,7 +3423,7 @@ module Falcon
3353
3423
 
3354
3424
  # Retrieve pod counts
3355
3425
  # @param [Hash] opts the optional parameters
3356
- # @option opts [String] :filter Retrieve count of Kubernetes pods that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3426
+ # @option opts [String] :filter Retrieve count of Kubernetes pods that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3357
3427
  # @return [CommonCountResponse]
3358
3428
  def read_pod_count(opts = {})
3359
3429
  data, _status_code, _headers = read_pod_count_with_http_info(opts)
@@ -3362,7 +3432,7 @@ module Falcon
3362
3432
 
3363
3433
  # Retrieve pod counts
3364
3434
  # @param [Hash] opts the optional parameters
3365
- # @option opts [String] :filter Retrieve count of Kubernetes pods that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3435
+ # @option opts [String] :filter Retrieve count of Kubernetes pods that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;annotations_list&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_count&#x60; - &#x60;first_seen&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;owner_id&#x60; - &#x60;owner_type&#x60; - &#x60;pod_external_id&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;resource_status&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60;
3366
3436
  # @return [Array<(CommonCountResponse, Integer, Hash)>] CommonCountResponse data, response status code and response headers
3367
3437
  def read_pod_count_with_http_info(opts = {})
3368
3438
  if @api_client.config.debugging
@@ -3598,7 +3668,7 @@ module Falcon
3598
3668
 
3599
3669
  # Retrieve count of vulnerable images running on containers
3600
3670
  # @param [Hash] opts the optional parameters
3601
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
3671
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
3602
3672
  # @return [ModelsAPIFilterResponse]
3603
3673
  def read_vulnerable_container_image_count(opts = {})
3604
3674
  data, _status_code, _headers = read_vulnerable_container_image_count_with_http_info(opts)
@@ -3607,7 +3677,7 @@ module Falcon
3607
3677
 
3608
3678
  # Retrieve count of vulnerable images running on containers
3609
3679
  # @param [Hash] opts the optional parameters
3610
- # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
3680
+ # @option opts [String] :filter Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;agent_id&#x60; - &#x60;agent_type&#x60; - &#x60;ai_related&#x60; - &#x60;allow_privilege_escalation&#x60; - &#x60;app_name&#x60; - &#x60;cid&#x60; - &#x60;cloud_account_id&#x60; - &#x60;cloud_instance_id&#x60; - &#x60;cloud_name&#x60; - &#x60;cloud_region&#x60; - &#x60;cloud_service&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;container_id&#x60; - &#x60;container_image_id&#x60; - &#x60;container_name&#x60; - &#x60;cve_id&#x60; - &#x60;detection_name&#x60; - &#x60;first_seen&#x60; - &#x60;image_detection_count&#x60; - &#x60;image_digest&#x60; - &#x60;image_has_been_assessed&#x60; - &#x60;image_id&#x60; - &#x60;image_registry&#x60; - &#x60;image_repository&#x60; - &#x60;image_tag&#x60; - &#x60;image_vulnerability_count&#x60; - &#x60;insecure_mount_source&#x60; - &#x60;insecure_mount_type&#x60; - &#x60;insecure_propagation_mode&#x60; - &#x60;interactive_mode&#x60; - &#x60;ipv4&#x60; - &#x60;ipv6&#x60; - &#x60;kac_agent_id&#x60; - &#x60;labels&#x60; - &#x60;last_seen&#x60; - &#x60;namespace&#x60; - &#x60;node_name&#x60; - &#x60;node_uid&#x60; - &#x60;package_name_version&#x60; - &#x60;pod_id&#x60; - &#x60;pod_name&#x60; - &#x60;port&#x60; - &#x60;privileged&#x60; - &#x60;root_write_access&#x60; - &#x60;run_as_root_group&#x60; - &#x60;run_as_root_user&#x60; - &#x60;running_status&#x60;
3611
3681
  # @return [Array<(ModelsAPIFilterResponse, Integer, Hash)>] ModelsAPIFilterResponse data, response status code and response headers
3612
3682
  def read_vulnerable_container_image_count_with_http_info(opts = {})
3613
3683
  if @api_client.config.debugging
@@ -3711,7 +3781,7 @@ module Falcon
3711
3781
 
3712
3782
  # Maximum offset = 10000 - limit
3713
3783
  # @param [Hash] opts the optional parameters
3714
- # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3784
+ # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_ai_related&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3715
3785
  # @option opts [String] :sort The fields to sort the records on.
3716
3786
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 100)
3717
3787
  # @option opts [Integer] :offset The offset from where to begin.
@@ -3723,7 +3793,7 @@ module Falcon
3723
3793
 
3724
3794
  # Maximum offset &#x3D; 10000 - limit
3725
3795
  # @param [Hash] opts the optional parameters
3726
- # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3796
+ # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_ai_related&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3727
3797
  # @option opts [String] :sort The fields to sort the records on.
3728
3798
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 100)
3729
3799
  # @option opts [Integer] :offset The offset from where to begin.
@@ -3778,7 +3848,7 @@ module Falcon
3778
3848
 
3779
3849
  # Maximum offset = 10000 - limit
3780
3850
  # @param [Hash] opts the optional parameters
3781
- # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3851
+ # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_ai_related&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3782
3852
  # @option opts [String] :sort The fields to sort the records on.
3783
3853
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 100)
3784
3854
  # @option opts [Integer] :offset The offset from where to begin.
@@ -3790,7 +3860,7 @@ module Falcon
3790
3860
 
3791
3861
  # Maximum offset &#x3D; 10000 - limit
3792
3862
  # @param [Hash] opts the optional parameters
3793
- # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3863
+ # @option opts [String] :filter Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filter fields: - &#x60;cid&#x60; - &#x60;cis_id&#x60; - &#x60;cluster_id&#x60; - &#x60;cluster_name&#x60; - &#x60;containers_impacted_ai_related&#x60; - &#x60;containers_impacted_count&#x60; - &#x60;containers_impacted_ids&#x60; - &#x60;detection_type&#x60; - &#x60;name&#x60; - &#x60;namespace&#x60; - &#x60;prevented&#x60; - &#x60;resource_id&#x60; - &#x60;resource_name&#x60; - &#x60;resource_type&#x60; - &#x60;severity&#x60;
3794
3864
  # @option opts [String] :sort The fields to sort the records on.
3795
3865
  # @option opts [Integer] :limit The upper-bound on the number of records to retrieve. (default to 100)
3796
3866
  # @option opts [Integer] :offset The offset from where to begin.
@@ -40,6 +40,8 @@ module Falcon
40
40
  # @param file [File] File to be uploaded
41
41
  # @param name [String] Name used to identify the file
42
42
  # @param [Hash] opts the optional parameters
43
+ # @option opts [String] :x_cs_username Requester Username.
44
+ # @option opts [String] :x_cs_useruuid Requester UUID.
43
45
  # @option opts [String] :description File description
44
46
  # @option opts [String] :id Unique identifier of the file being updated.
45
47
  # @option opts [String] :repo Name of repository or view to save the file
@@ -53,6 +55,8 @@ module Falcon
53
55
  # @param file [File] File to be uploaded
54
56
  # @param name [String] Name used to identify the file
55
57
  # @param [Hash] opts the optional parameters
58
+ # @option opts [String] :x_cs_username Requester Username.
59
+ # @option opts [String] :x_cs_useruuid Requester UUID.
56
60
  # @option opts [String] :description File description
57
61
  # @option opts [String] :id Unique identifier of the file being updated.
58
62
  # @option opts [String] :repo Name of repository or view to save the file
@@ -77,6 +81,14 @@ module Falcon
77
81
  fail ArgumentError, 'invalid value for "name" when calling LookupFiles.create_file_v1, the character length must be great than or equal to 5.'
78
82
  end
79
83
 
84
+ if @api_client.config.client_side_validation && !opts[:'x_cs_useruuid'].nil? && opts[:'x_cs_useruuid'].to_s.length > 36
85
+ fail ArgumentError, 'invalid value for "opts[:"x_cs_useruuid"]" when calling LookupFiles.create_file_v1, the character length must be smaller than or equal to 36.'
86
+ end
87
+
88
+ if @api_client.config.client_side_validation && !opts[:'x_cs_useruuid'].nil? && opts[:'x_cs_useruuid'].to_s.length < 36
89
+ fail ArgumentError, 'invalid value for "opts[:"x_cs_useruuid"]" when calling LookupFiles.create_file_v1, the character length must be great than or equal to 36.'
90
+ end
91
+
80
92
  if @api_client.config.client_side_validation && !opts[:'description'].nil? && opts[:'description'].to_s.length > 255
81
93
  fail ArgumentError, 'invalid value for "opts[:"description"]" when calling LookupFiles.create_file_v1, the character length must be smaller than or equal to 255.'
82
94
  end
@@ -116,6 +128,8 @@ module Falcon
116
128
  if !content_type.nil?
117
129
  header_params['Content-Type'] = content_type
118
130
  end
131
+ header_params[:'X-CS-USERNAME'] = opts[:'x_cs_username'] if !opts[:'x_cs_username'].nil?
132
+ header_params[:'X-CS-USERUUID'] = opts[:'x_cs_useruuid'] if !opts[:'x_cs_useruuid'].nil?
119
133
 
120
134
  # form parameters
121
135
  form_params = opts[:form_params] || {}
@@ -154,6 +168,8 @@ module Falcon
154
168
  # Updates a lookup file
155
169
  # @param id [String] Unique identifier of the file being updated.
156
170
  # @param [Hash] opts the optional parameters
171
+ # @option opts [String] :x_cs_username Requester Username.
172
+ # @option opts [String] :x_cs_useruuid Requester UUID.
157
173
  # @option opts [String] :description File description
158
174
  # @option opts [File] :file File to be uploaded
159
175
  # @return [DomainLookupFileWrapper]
@@ -165,6 +181,8 @@ module Falcon
165
181
  # Updates a lookup file
166
182
  # @param id [String] Unique identifier of the file being updated.
167
183
  # @param [Hash] opts the optional parameters
184
+ # @option opts [String] :x_cs_username Requester Username.
185
+ # @option opts [String] :x_cs_useruuid Requester UUID.
168
186
  # @option opts [String] :description File description
169
187
  # @option opts [File] :file File to be uploaded
170
188
  # @return [Array<(DomainLookupFileWrapper, Integer, Hash)>] DomainLookupFileWrapper data, response status code and response headers
@@ -180,6 +198,14 @@ module Falcon
180
198
  fail ArgumentError, 'invalid value for "id" when calling LookupFiles.update_file_v1, the character length must be great than or equal to 32.'
181
199
  end
182
200
 
201
+ if @api_client.config.client_side_validation && !opts[:'x_cs_useruuid'].nil? && opts[:'x_cs_useruuid'].to_s.length > 36
202
+ fail ArgumentError, 'invalid value for "opts[:"x_cs_useruuid"]" when calling LookupFiles.update_file_v1, the character length must be smaller than or equal to 36.'
203
+ end
204
+
205
+ if @api_client.config.client_side_validation && !opts[:'x_cs_useruuid'].nil? && opts[:'x_cs_useruuid'].to_s.length < 36
206
+ fail ArgumentError, 'invalid value for "opts[:"x_cs_useruuid"]" when calling LookupFiles.update_file_v1, the character length must be great than or equal to 36.'
207
+ end
208
+
183
209
  if @api_client.config.client_side_validation && !opts[:'description'].nil? && opts[:'description'].to_s.length > 255
184
210
  fail ArgumentError, 'invalid value for "opts[:"description"]" when calling LookupFiles.update_file_v1, the character length must be smaller than or equal to 255.'
185
211
  end
@@ -203,6 +229,8 @@ module Falcon
203
229
  if !content_type.nil?
204
230
  header_params['Content-Type'] = content_type
205
231
  end
232
+ header_params[:'X-CS-USERNAME'] = opts[:'x_cs_username'] if !opts[:'x_cs_username'].nil?
233
+ header_params[:'X-CS-USERUUID'] = opts[:'x_cs_useruuid'] if !opts[:'x_cs_useruuid'].nil?
206
234
 
207
235
  # form parameters
208
236
  form_params = opts[:form_params] || {}