crimson-falcon 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -6
  3. data/crimson-falcon.gemspec +3 -0
  4. data/lib/crimson-falcon/api/alerts_api.rb +4 -4
  5. data/lib/crimson-falcon/api/cloud_connect_aws_api.rb +6 -6
  6. data/lib/crimson-falcon/api/cspm_registration_api.rb +18 -18
  7. data/lib/crimson-falcon/api/custom_ioa_api.rb +10 -10
  8. data/lib/crimson-falcon/api/d4c_registration_api.rb +8 -8
  9. data/lib/crimson-falcon/api/device_control_policies_api.rb +10 -10
  10. data/lib/crimson-falcon/api/falcon_complete_dashboard_api.rb +14 -14
  11. data/lib/crimson-falcon/api/falcon_container_cli_api.rb +2 -2
  12. data/lib/crimson-falcon/api/falcon_container_image_api.rb +4 -4
  13. data/lib/crimson-falcon/api/firewall_management_api.rb +34 -34
  14. data/lib/crimson-falcon/api/firewall_policies_api.rb +8 -8
  15. data/lib/crimson-falcon/api/host_group_api.rb +6 -6
  16. data/lib/crimson-falcon/api/hosts_api.rb +10 -10
  17. data/lib/crimson-falcon/api/incidents_api.rb +4 -4
  18. data/lib/crimson-falcon/api/installation_tokens_api.rb +4 -4
  19. data/lib/crimson-falcon/api/installation_tokens_settings_api.rb +2 -2
  20. data/lib/crimson-falcon/api/intel_api.rb +6 -6
  21. data/lib/crimson-falcon/api/ioa_exclusions_api.rb +4 -4
  22. data/lib/crimson-falcon/api/ioc_api.rb +8 -8
  23. data/lib/crimson-falcon/api/iocs_api.rb +6 -6
  24. data/lib/crimson-falcon/api/kubernetes_protection_api.rb +4 -4
  25. data/lib/crimson-falcon/api/message_center_api.rb +12 -12
  26. data/lib/crimson-falcon/api/ml_exclusions_api.rb +4 -4
  27. data/lib/crimson-falcon/api/mobile_enrollment_api.rb +2 -2
  28. data/lib/crimson-falcon/api/mssp_api.rb +4 -4
  29. data/lib/crimson-falcon/api/ods_api.rb +12 -12
  30. data/lib/crimson-falcon/api/overwatch_dashboard_api.rb +4 -4
  31. data/lib/crimson-falcon/api/prevention_policies_api.rb +8 -8
  32. data/lib/crimson-falcon/api/quarantine_api.rb +8 -8
  33. data/lib/crimson-falcon/api/quick_scan_api.rb +2 -2
  34. data/lib/crimson-falcon/api/real_time_response_admin_api.rb +2 -2
  35. data/lib/crimson-falcon/api/recon_api.rb +18 -18
  36. data/lib/crimson-falcon/api/report_executions_api.rb +2 -2
  37. data/lib/crimson-falcon/api/response_policies_api.rb +8 -8
  38. data/lib/crimson-falcon/api/sample_uploads_api.rb +2 -2
  39. data/lib/crimson-falcon/api/scheduled_reports_api.rb +2 -2
  40. data/lib/crimson-falcon/api/sensor_update_policies_api.rb +14 -14
  41. data/lib/crimson-falcon/api/sensor_visibility_exclusions_api.rb +4 -4
  42. data/lib/crimson-falcon/api/tailored_intelligence_api.rb +4 -4
  43. data/lib/crimson-falcon/version.rb +1 -1
  44. data/spec/api/alerts_api_spec.rb +2 -2
  45. data/spec/api/cloud_connect_aws_api_spec.rb +3 -3
  46. data/spec/api/cspm_registration_api_spec.rb +9 -9
  47. data/spec/api/custom_ioa_api_spec.rb +5 -5
  48. data/spec/api/d4c_registration_api_spec.rb +4 -4
  49. data/spec/api/device_control_policies_api_spec.rb +5 -5
  50. data/spec/api/falcon_complete_dashboard_api_spec.rb +7 -7
  51. data/spec/api/falcon_container_cli_api_spec.rb +1 -1
  52. data/spec/api/falcon_container_image_api_spec.rb +2 -2
  53. data/spec/api/firewall_management_api_spec.rb +17 -17
  54. data/spec/api/firewall_policies_api_spec.rb +4 -4
  55. data/spec/api/host_group_api_spec.rb +3 -3
  56. data/spec/api/hosts_api_spec.rb +5 -5
  57. data/spec/api/incidents_api_spec.rb +2 -2
  58. data/spec/api/installation_tokens_api_spec.rb +2 -2
  59. data/spec/api/installation_tokens_settings_api_spec.rb +1 -1
  60. data/spec/api/intel_api_spec.rb +3 -3
  61. data/spec/api/ioa_exclusions_api_spec.rb +2 -2
  62. data/spec/api/ioc_api_spec.rb +4 -4
  63. data/spec/api/iocs_api_spec.rb +3 -3
  64. data/spec/api/kubernetes_protection_api_spec.rb +2 -2
  65. data/spec/api/message_center_api_spec.rb +6 -6
  66. data/spec/api/ml_exclusions_api_spec.rb +2 -2
  67. data/spec/api/mobile_enrollment_api_spec.rb +1 -1
  68. data/spec/api/mssp_api_spec.rb +2 -2
  69. data/spec/api/ods_api_spec.rb +6 -6
  70. data/spec/api/overwatch_dashboard_api_spec.rb +2 -2
  71. data/spec/api/prevention_policies_api_spec.rb +4 -4
  72. data/spec/api/quarantine_api_spec.rb +4 -4
  73. data/spec/api/quick_scan_api_spec.rb +1 -1
  74. data/spec/api/real_time_response_admin_api_spec.rb +2 -2
  75. data/spec/api/real_time_response_api_spec.rb +4 -4
  76. data/spec/api/recon_api_spec.rb +9 -9
  77. data/spec/api/report_executions_api_spec.rb +1 -1
  78. data/spec/api/response_policies_api_spec.rb +4 -4
  79. data/spec/api/sample_uploads_api_spec.rb +1 -1
  80. data/spec/api/scheduled_reports_api_spec.rb +1 -1
  81. data/spec/api/sensor_update_policies_api_spec.rb +7 -7
  82. data/spec/api/sensor_visibility_exclusions_api_spec.rb +2 -2
  83. data/spec/api/tailored_intelligence_api_spec.rb +2 -2
  84. metadata +4 -3
@@ -44,7 +44,7 @@ module Falcon
44
44
  # Performs the specified action on the provided prevention policy IDs.
45
45
  # @param ids [Array<String>] The group ids to act on
46
46
  # @param action_name [String] The action to perform.
47
- # @param body [MsaEntityActionRequest]
47
+ # @param body [MsaEntityActionRequest]
48
48
  # @param [Hash] opts the optional parameters
49
49
  # @option opts [Boolean] :disable_hostname_check Bool to disable hostname check on add-member (default to false)
50
50
  # @return [DeviceapiGroupsResponseV1]
@@ -56,7 +56,7 @@ module Falcon
56
56
  # Performs the specified action on the provided prevention policy IDs.
57
57
  # @param ids [Array<String>] The group ids to act on
58
58
  # @param action_name [String] The action to perform.
59
- # @param body [MsaEntityActionRequest]
59
+ # @param body [MsaEntityActionRequest]
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @option opts [Boolean] :disable_hostname_check Bool to disable hostname check on add-member (default to false)
62
62
  # @return [Array<(DeviceapiGroupsResponseV1, Integer, Hash)>] DeviceapiGroupsResponseV1 data, response status code and response headers
@@ -393,7 +393,7 @@ module Falcon
393
393
  end
394
394
 
395
395
  # Get details on one or more hosts by providing host IDs in a POST body. Supports up to a maximum 5000 IDs.
396
- # @param body [MsaIdsRequest]
396
+ # @param body [MsaIdsRequest]
397
397
  # @param [Hash] opts the optional parameters
398
398
  # @return [DeviceapiDeviceDetailsResponseSwagger]
399
399
  def post_device_details_v2(body, opts = {})
@@ -402,7 +402,7 @@ module Falcon
402
402
  end
403
403
 
404
404
  # Get details on one or more hosts by providing host IDs in a POST body. Supports up to a maximum 5000 IDs.
405
- # @param body [MsaIdsRequest]
405
+ # @param body [MsaIdsRequest]
406
406
  # @param [Hash] opts the optional parameters
407
407
  # @return [Array<(DeviceapiDeviceDetailsResponseSwagger, Integer, Hash)>] DeviceapiDeviceDetailsResponseSwagger data, response status code and response headers
408
408
  def post_device_details_v2_with_http_info(body, opts = {})
@@ -459,7 +459,7 @@ module Falcon
459
459
  end
460
460
 
461
461
  # Retrieve details about recent login sessions for a set of devices.
462
- # @param body [MsaIdsRequest]
462
+ # @param body [MsaIdsRequest]
463
463
  # @param [Hash] opts the optional parameters
464
464
  # @return [DeviceapiLoginHistoryResponseV1]
465
465
  def query_device_login_history(body, opts = {})
@@ -468,7 +468,7 @@ module Falcon
468
468
  end
469
469
 
470
470
  # Retrieve details about recent login sessions for a set of devices.
471
- # @param body [MsaIdsRequest]
471
+ # @param body [MsaIdsRequest]
472
472
  # @param [Hash] opts the optional parameters
473
473
  # @return [Array<(DeviceapiLoginHistoryResponseV1, Integer, Hash)>] DeviceapiLoginHistoryResponseV1 data, response status code and response headers
474
474
  def query_device_login_history_with_http_info(body, opts = {})
@@ -659,7 +659,7 @@ module Falcon
659
659
  end
660
660
 
661
661
  # Retrieve history of IP and MAC addresses of devices.
662
- # @param body [MsaIdsRequest]
662
+ # @param body [MsaIdsRequest]
663
663
  # @param [Hash] opts the optional parameters
664
664
  # @return [DeviceapiNetworkAddressHistoryResponseV1]
665
665
  def query_get_network_address_history_v1(body, opts = {})
@@ -668,7 +668,7 @@ module Falcon
668
668
  end
669
669
 
670
670
  # Retrieve history of IP and MAC addresses of devices.
671
- # @param body [MsaIdsRequest]
671
+ # @param body [MsaIdsRequest]
672
672
  # @param [Hash] opts the optional parameters
673
673
  # @return [Array<(DeviceapiNetworkAddressHistoryResponseV1, Integer, Hash)>] DeviceapiNetworkAddressHistoryResponseV1 data, response status code and response headers
674
674
  def query_get_network_address_history_v1_with_http_info(body, opts = {})
@@ -792,7 +792,7 @@ module Falcon
792
792
  end
793
793
 
794
794
  # Append or remove one or more Falcon Grouping Tags on one or more hosts. Tags must be of the form FalconGroupingTags/
795
- # @param body [DeviceapiUpdateDeviceTagsRequestV1]
795
+ # @param body [DeviceapiUpdateDeviceTagsRequestV1]
796
796
  # @param [Hash] opts the optional parameters
797
797
  # @return [DeviceapiUpdateDeviceTagsSwaggerV1]
798
798
  def update_device_tags(body, opts = {})
@@ -801,7 +801,7 @@ module Falcon
801
801
  end
802
802
 
803
803
  # Append or remove one or more Falcon Grouping Tags on one or more hosts. Tags must be of the form FalconGroupingTags/
804
- # @param body [DeviceapiUpdateDeviceTagsRequestV1]
804
+ # @param body [DeviceapiUpdateDeviceTagsRequestV1]
805
805
  # @param [Hash] opts the optional parameters
806
806
  # @return [Array<(DeviceapiUpdateDeviceTagsSwaggerV1, Integer, Hash)>] DeviceapiUpdateDeviceTagsSwaggerV1 data, response status code and response headers
807
807
  def update_device_tags_with_http_info(body, opts = {})
@@ -113,7 +113,7 @@ module Falcon
113
113
  end
114
114
 
115
115
  # Get details on behaviors by providing behavior IDs
116
- # @param body [MsaIdsRequest]
116
+ # @param body [MsaIdsRequest]
117
117
  # @param [Hash] opts the optional parameters
118
118
  # @return [DomainMsaExternalBehaviorResponse]
119
119
  def get_behaviors(body, opts = {})
@@ -122,7 +122,7 @@ module Falcon
122
122
  end
123
123
 
124
124
  # Get details on behaviors by providing behavior IDs
125
- # @param body [MsaIdsRequest]
125
+ # @param body [MsaIdsRequest]
126
126
  # @param [Hash] opts the optional parameters
127
127
  # @return [Array<(DomainMsaExternalBehaviorResponse, Integer, Hash)>] DomainMsaExternalBehaviorResponse data, response status code and response headers
128
128
  def get_behaviors_with_http_info(body, opts = {})
@@ -179,7 +179,7 @@ module Falcon
179
179
  end
180
180
 
181
181
  # Get details on incidents by providing incident IDs
182
- # @param body [MsaIdsRequest]
182
+ # @param body [MsaIdsRequest]
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @return [DomainMsaExternalIncidentResponse]
185
185
  def get_incidents(body, opts = {})
@@ -188,7 +188,7 @@ module Falcon
188
188
  end
189
189
 
190
190
  # Get details on incidents by providing incident IDs
191
- # @param body [MsaIdsRequest]
191
+ # @param body [MsaIdsRequest]
192
192
  # @param [Hash] opts the optional parameters
193
193
  # @return [Array<(DomainMsaExternalIncidentResponse, Integer, Hash)>] DomainMsaExternalIncidentResponse data, response status code and response headers
194
194
  def get_incidents_with_http_info(body, opts = {})
@@ -222,7 +222,7 @@ module Falcon
222
222
  end
223
223
 
224
224
  # Creates a token.
225
- # @param body [ApiTokenCreateRequestV1]
225
+ # @param body [ApiTokenCreateRequestV1]
226
226
  # @param [Hash] opts the optional parameters
227
227
  # @return [ApiTokenDetailsResponseV1]
228
228
  def tokens_create(body, opts = {})
@@ -231,7 +231,7 @@ module Falcon
231
231
  end
232
232
 
233
233
  # Creates a token.
234
- # @param body [ApiTokenCreateRequestV1]
234
+ # @param body [ApiTokenCreateRequestV1]
235
235
  # @param [Hash] opts the optional parameters
236
236
  # @return [Array<(ApiTokenDetailsResponseV1, Integer, Hash)>] ApiTokenDetailsResponseV1 data, response status code and response headers
237
237
  def tokens_create_with_http_info(body, opts = {})
@@ -476,7 +476,7 @@ module Falcon
476
476
 
477
477
  # Updates one or more tokens. Use this endpoint to edit labels, change expiration, revoke, or restore.
478
478
  # @param ids [Array<String>] The token ids to update.
479
- # @param body [ApiTokenPatchRequestV1]
479
+ # @param body [ApiTokenPatchRequestV1]
480
480
  # @param [Hash] opts the optional parameters
481
481
  # @return [MsaQueryResponse]
482
482
  def tokens_update(ids, body, opts = {})
@@ -486,7 +486,7 @@ module Falcon
486
486
 
487
487
  # Updates one or more tokens. Use this endpoint to edit labels, change expiration, revoke, or restore.
488
488
  # @param ids [Array<String>] The token ids to update.
489
- # @param body [ApiTokenPatchRequestV1]
489
+ # @param body [ApiTokenPatchRequestV1]
490
490
  # @param [Hash] opts the optional parameters
491
491
  # @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
492
492
  def tokens_update_with_http_info(ids, body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Update installation token settings.
45
- # @param body [ApiCustomerSettingsPatchRequestV1]
45
+ # @param body [ApiCustomerSettingsPatchRequestV1]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [MsaQueryResponse]
48
48
  def customer_settings_update(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Update installation token settings.
54
- # @param body [ApiCustomerSettingsPatchRequestV1]
54
+ # @param body [ApiCustomerSettingsPatchRequestV1]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
57
57
  def customer_settings_update_with_http_info(body, opts = {})
@@ -107,7 +107,7 @@ module Falcon
107
107
  end
108
108
 
109
109
  # Retrieve specific indicators using their indicator IDs.
110
- # @param body [MsaIdsRequest]
110
+ # @param body [MsaIdsRequest]
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @return [DomainPublicIndicatorsV3Response]
113
113
  def get_intel_indicator_entities(body, opts = {})
@@ -116,7 +116,7 @@ module Falcon
116
116
  end
117
117
 
118
118
  # Retrieve specific indicators using their indicator IDs.
119
- # @param body [MsaIdsRequest]
119
+ # @param body [MsaIdsRequest]
120
120
  # @param [Hash] opts the optional parameters
121
121
  # @return [Array<(DomainPublicIndicatorsV3Response, Integer, Hash)>] DomainPublicIndicatorsV3Response data, response status code and response headers
122
122
  def get_intel_indicator_entities_with_http_info(body, opts = {})
@@ -572,7 +572,7 @@ module Falcon
572
572
  end
573
573
 
574
574
  # Get vulnerabilities
575
- # @param body [MsaIdsRequest]
575
+ # @param body [MsaIdsRequest]
576
576
  # @param [Hash] opts the optional parameters
577
577
  # @return [DomainVulnerabilityResponse]
578
578
  def get_vulnerabilities(body, opts = {})
@@ -581,7 +581,7 @@ module Falcon
581
581
  end
582
582
 
583
583
  # Get vulnerabilities
584
- # @param body [MsaIdsRequest]
584
+ # @param body [MsaIdsRequest]
585
585
  # @param [Hash] opts the optional parameters
586
586
  # @return [Array<(DomainVulnerabilityResponse, Integer, Hash)>] DomainVulnerabilityResponse data, response status code and response headers
587
587
  def get_vulnerabilities_with_http_info(body, opts = {})
@@ -638,7 +638,7 @@ module Falcon
638
638
  end
639
639
 
640
640
  # Retrieves report and observable IDs associated with the given actor and attacks
641
- # @param body [MsaIdsRequest]
641
+ # @param body [MsaIdsRequest]
642
642
  # @param [Hash] opts the optional parameters
643
643
  # @return [nil]
644
644
  def post_mitre_attacks(body, opts = {})
@@ -647,7 +647,7 @@ module Falcon
647
647
  end
648
648
 
649
649
  # Retrieves report and observable IDs associated with the given actor and attacks
650
- # @param body [MsaIdsRequest]
650
+ # @param body [MsaIdsRequest]
651
651
  # @param [Hash] opts the optional parameters
652
652
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
653
653
  def post_mitre_attacks_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Create the IOA exclusions
45
- # @param body [IoaExclusionsIoaExclusionCreateReqV1]
45
+ # @param body [IoaExclusionsIoaExclusionCreateReqV1]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [IoaExclusionsIoaExclusionsRespV1]
48
48
  def create_ioa_exclusions_v1(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Create the IOA exclusions
54
- # @param body [IoaExclusionsIoaExclusionCreateReqV1]
54
+ # @param body [IoaExclusionsIoaExclusionCreateReqV1]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(IoaExclusionsIoaExclusionsRespV1, Integer, Hash)>] IoaExclusionsIoaExclusionsRespV1 data, response status code and response headers
57
57
  def create_ioa_exclusions_v1_with_http_info(body, opts = {})
@@ -306,7 +306,7 @@ module Falcon
306
306
  end
307
307
 
308
308
  # Update the IOA exclusions
309
- # @param body [IoaExclusionsIoaExclusionUpdateReqV1]
309
+ # @param body [IoaExclusionsIoaExclusionUpdateReqV1]
310
310
  # @param [Hash] opts the optional parameters
311
311
  # @return [IoaExclusionsIoaExclusionsRespV1]
312
312
  def update_ioa_exclusions_v1(body, opts = {})
@@ -315,7 +315,7 @@ module Falcon
315
315
  end
316
316
 
317
317
  # Update the IOA exclusions
318
- # @param body [IoaExclusionsIoaExclusionUpdateReqV1]
318
+ # @param body [IoaExclusionsIoaExclusionUpdateReqV1]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [Array<(IoaExclusionsIoaExclusionsRespV1, Integer, Hash)>] IoaExclusionsIoaExclusionsRespV1 data, response status code and response headers
321
321
  def update_ioa_exclusions_v1_with_http_info(body, opts = {})
@@ -161,7 +161,7 @@ module Falcon
161
161
  end
162
162
 
163
163
  # Launch an indicators report creation job
164
- # @param body [ApiIndicatorsReportRequest]
164
+ # @param body [ApiIndicatorsReportRequest]
165
165
  # @param [Hash] opts the optional parameters
166
166
  # @return [MsaEntitiesResponse]
167
167
  def get_indicators_report(body, opts = {})
@@ -170,7 +170,7 @@ module Falcon
170
170
  end
171
171
 
172
172
  # Launch an indicators report creation job
173
- # @param body [ApiIndicatorsReportRequest]
173
+ # @param body [ApiIndicatorsReportRequest]
174
174
  # @param [Hash] opts the optional parameters
175
175
  # @return [Array<(MsaEntitiesResponse, Integer, Hash)>] MsaEntitiesResponse data, response status code and response headers
176
176
  def get_indicators_report_with_http_info(body, opts = {})
@@ -227,7 +227,7 @@ module Falcon
227
227
  end
228
228
 
229
229
  # Get Indicators aggregates as specified via json in the request body.
230
- # @param body [MsaAggregateQueryRequest]
230
+ # @param body [MsaAggregateQueryRequest]
231
231
  # @param [Hash] opts the optional parameters
232
232
  # @option opts [String] :filter The filter to narrow down the aggregation data
233
233
  # @option opts [Boolean] :from_parent The filter for returning either only indicators for the request customer or its MSSP parents
@@ -238,7 +238,7 @@ module Falcon
238
238
  end
239
239
 
240
240
  # Get Indicators aggregates as specified via json in the request body.
241
- # @param body [MsaAggregateQueryRequest]
241
+ # @param body [MsaAggregateQueryRequest]
242
242
  # @param [Hash] opts the optional parameters
243
243
  # @option opts [String] :filter The filter to narrow down the aggregation data
244
244
  # @option opts [Boolean] :from_parent The filter for returning either only indicators for the request customer or its MSSP parents
@@ -376,7 +376,7 @@ module Falcon
376
376
  end
377
377
 
378
378
  # Create Indicators.
379
- # @param body [ApiIndicatorCreateReqsV1]
379
+ # @param body [ApiIndicatorCreateReqsV1]
380
380
  # @param [Hash] opts the optional parameters
381
381
  # @option opts [Boolean] :retrodetects Whether to submit to retrodetects
382
382
  # @option opts [Boolean] :ignore_warnings Set to true to ignore warnings and add all IOCs (default to false)
@@ -387,7 +387,7 @@ module Falcon
387
387
  end
388
388
 
389
389
  # Create Indicators.
390
- # @param body [ApiIndicatorCreateReqsV1]
390
+ # @param body [ApiIndicatorCreateReqsV1]
391
391
  # @param [Hash] opts the optional parameters
392
392
  # @option opts [Boolean] :retrodetects Whether to submit to retrodetects
393
393
  # @option opts [Boolean] :ignore_warnings Set to true to ignore warnings and add all IOCs (default to false)
@@ -654,7 +654,7 @@ module Falcon
654
654
  end
655
655
 
656
656
  # Update Indicators.
657
- # @param body [ApiIndicatorUpdateReqsV1]
657
+ # @param body [ApiIndicatorUpdateReqsV1]
658
658
  # @param [Hash] opts the optional parameters
659
659
  # @option opts [Boolean] :retrodetects Whether to submit to retrodetects
660
660
  # @option opts [Boolean] :ignore_warnings Set to true to ignore warnings and add all IOCs (default to false)
@@ -665,7 +665,7 @@ module Falcon
665
665
  end
666
666
 
667
667
  # Update Indicators.
668
- # @param body [ApiIndicatorUpdateReqsV1]
668
+ # @param body [ApiIndicatorUpdateReqsV1]
669
669
  # @param [Hash] opts the optional parameters
670
670
  # @option opts [Boolean] :retrodetects Whether to submit to retrodetects
671
671
  # @option opts [Boolean] :ignore_warnings Set to true to ignore warnings and add all IOCs (default to false)
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Number of hosts in your customer account that have observed a given custom IOC
45
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
45
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
46
46
  # @param value [String] The string representation of the indicator
47
47
  # @param [Hash] opts the optional parameters
48
48
  # @return [IocapiMsaReplyIOCDevicesCount]
@@ -52,7 +52,7 @@ module Falcon
52
52
  end
53
53
 
54
54
  # Number of hosts in your customer account that have observed a given custom IOC
55
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
55
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
56
56
  # @param value [String] The string representation of the indicator
57
57
  # @param [Hash] opts the optional parameters
58
58
  # @return [Array<(IocapiMsaReplyIOCDevicesCount, Integer, Hash)>] IocapiMsaReplyIOCDevicesCount data, response status code and response headers
@@ -111,7 +111,7 @@ module Falcon
111
111
  end
112
112
 
113
113
  # Find hosts that have observed a given custom IOC. For details about those hosts, use GET /devices/entities/devices/v1
114
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
114
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
115
115
  # @param value [String] The string representation of the indicator
116
116
  # @param [Hash] opts the optional parameters
117
117
  # @option opts [String] :limit The first process to return, where 0 is the latest offset. Use with the offset parameter to manage pagination of results.
@@ -123,7 +123,7 @@ module Falcon
123
123
  end
124
124
 
125
125
  # Find hosts that have observed a given custom IOC. For details about those hosts, use GET /devices/entities/devices/v1
126
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
126
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
127
127
  # @param value [String] The string representation of the indicator
128
128
  # @param [Hash] opts the optional parameters
129
129
  # @option opts [String] :limit The first process to return, where 0 is the latest offset. Use with the offset parameter to manage pagination of results.
@@ -248,7 +248,7 @@ module Falcon
248
248
  end
249
249
 
250
250
  # Search for processes associated with a custom IOC
251
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
251
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
252
252
  # @param value [String] The string representation of the indicator
253
253
  # @param device_id [String] Specify a host&#39;s ID to return only processes from that host. Get a host&#39;s ID from GET /devices/queries/devices/v1, the Falcon console, or the Streaming API.
254
254
  # @param [Hash] opts the optional parameters
@@ -261,7 +261,7 @@ module Falcon
261
261
  end
262
262
 
263
263
  # Search for processes associated with a custom IOC
264
- # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
264
+ # @param type [String] The type of the indicator. Valid types include: sha256: A hex-encoded sha256 hash string. Length - min: 64, max: 64. md5: A hex-encoded md5 hash string. Length - min 32, max: 32. domain: A domain name. Length - min: 1, max: 200. ipv4: An IPv4 address. Must be a valid IP address. ipv6: An IPv6 address. Must be a valid IP address.
265
265
  # @param value [String] The string representation of the indicator
266
266
  # @param device_id [String] Specify a host&#39;s ID to return only processes from that host. Get a host&#39;s ID from GET /devices/queries/devices/v1, the Falcon console, or the Streaming API.
267
267
  # @param [Hash] opts the optional parameters
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Creates a new AWS account in our system for a customer and generates the installation script
45
- # @param body [K8sregCreateAWSAccReq]
45
+ # @param body [K8sregCreateAWSAccReq]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [K8sregCreateAWSAccResp]
48
48
  def create_aws_account(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Creates a new AWS account in our system for a customer and generates the installation script
54
- # @param body [K8sregCreateAWSAccReq]
54
+ # @param body [K8sregCreateAWSAccReq]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(K8sregCreateAWSAccResp, Integer, Hash)>] K8sregCreateAWSAccResp data, response status code and response headers
57
57
  def create_aws_account_with_http_info(body, opts = {})
@@ -108,7 +108,7 @@ module Falcon
108
108
  end
109
109
 
110
110
  # Creates a new Azure Subscription in our system
111
- # @param body [K8sregCreateAzureSubReq]
111
+ # @param body [K8sregCreateAzureSubReq]
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [MsaBaseEntitiesResponse]
114
114
  def create_azure_subscription(body, opts = {})
@@ -117,7 +117,7 @@ module Falcon
117
117
  end
118
118
 
119
119
  # Creates a new Azure Subscription in our system
120
- # @param body [K8sregCreateAzureSubReq]
120
+ # @param body [K8sregCreateAzureSubReq]
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @return [Array<(MsaBaseEntitiesResponse, Integer, Hash)>] MsaBaseEntitiesResponse data, response status code and response headers
123
123
  def create_azure_subscription_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Retrieve aggregate case values based on the matched filter
45
- # @param body [Array<MsaAggregateQueryRequest>]
45
+ # @param body [Array<MsaAggregateQueryRequest>]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [MsaAggregatesResponse]
48
48
  def aggregate_cases(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Retrieve aggregate case values based on the matched filter
54
- # @param body [Array<MsaAggregateQueryRequest>]
54
+ # @param body [Array<MsaAggregateQueryRequest>]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
57
57
  def aggregate_cases_with_http_info(body, opts = {})
@@ -108,7 +108,7 @@ module Falcon
108
108
  end
109
109
 
110
110
  # Add an activity to case. Only activities of type comment are allowed via API
111
- # @param body [DomainActivityCreationRequest]
111
+ # @param body [DomainActivityCreationRequest]
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [MsaReplyMetaOnly]
114
114
  def case_add_activity(body, opts = {})
@@ -117,7 +117,7 @@ module Falcon
117
117
  end
118
118
 
119
119
  # Add an activity to case. Only activities of type comment are allowed via API
120
- # @param body [DomainActivityCreationRequest]
120
+ # @param body [DomainActivityCreationRequest]
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
123
123
  def case_add_activity_with_http_info(body, opts = {})
@@ -319,7 +319,7 @@ module Falcon
319
319
  end
320
320
 
321
321
  # create a new case
322
- # @param body [DomainCaseCreationRequest]
322
+ # @param body [DomainCaseCreationRequest]
323
323
  # @param [Hash] opts the optional parameters
324
324
  # @return [MsaReplyAffectedEntities]
325
325
  def create_case(body, opts = {})
@@ -328,7 +328,7 @@ module Falcon
328
328
  end
329
329
 
330
330
  # create a new case
331
- # @param body [DomainCaseCreationRequest]
331
+ # @param body [DomainCaseCreationRequest]
332
332
  # @param [Hash] opts the optional parameters
333
333
  # @return [Array<(MsaReplyAffectedEntities, Integer, Hash)>] MsaReplyAffectedEntities data, response status code and response headers
334
334
  def create_case_with_http_info(body, opts = {})
@@ -385,7 +385,7 @@ module Falcon
385
385
  end
386
386
 
387
387
  # create a new case
388
- # @param body [DomainCaseCreationRequestV2]
388
+ # @param body [DomainCaseCreationRequestV2]
389
389
  # @param [Hash] opts the optional parameters
390
390
  # @return [MsaReplyAffectedEntities]
391
391
  def create_case_v2(body, opts = {})
@@ -394,7 +394,7 @@ module Falcon
394
394
  end
395
395
 
396
396
  # create a new case
397
- # @param body [DomainCaseCreationRequestV2]
397
+ # @param body [DomainCaseCreationRequestV2]
398
398
  # @param [Hash] opts the optional parameters
399
399
  # @return [Array<(MsaReplyAffectedEntities, Integer, Hash)>] MsaReplyAffectedEntities data, response status code and response headers
400
400
  def create_case_v2_with_http_info(body, opts = {})
@@ -451,7 +451,7 @@ module Falcon
451
451
  end
452
452
 
453
453
  # Retrieve activities for given id's
454
- # @param body [MsaIdsRequest]
454
+ # @param body [MsaIdsRequest]
455
455
  # @param [Hash] opts the optional parameters
456
456
  # @return [ApiMessageCenterActivityResponse]
457
457
  def get_case_activity_by_ids(body, opts = {})
@@ -460,7 +460,7 @@ module Falcon
460
460
  end
461
461
 
462
462
  # Retrieve activities for given id&#39;s
463
- # @param body [MsaIdsRequest]
463
+ # @param body [MsaIdsRequest]
464
464
  # @param [Hash] opts the optional parameters
465
465
  # @return [Array<(ApiMessageCenterActivityResponse, Integer, Hash)>] ApiMessageCenterActivityResponse data, response status code and response headers
466
466
  def get_case_activity_by_ids_with_http_info(body, opts = {})
@@ -517,7 +517,7 @@ module Falcon
517
517
  end
518
518
 
519
519
  # Retrieve message center cases
520
- # @param body [MsaIdsRequest]
520
+ # @param body [MsaIdsRequest]
521
521
  # @param [Hash] opts the optional parameters
522
522
  # @return [ApiMessageCenterCasesResponse]
523
523
  def get_case_entities_by_ids(body, opts = {})
@@ -526,7 +526,7 @@ module Falcon
526
526
  end
527
527
 
528
528
  # Retrieve message center cases
529
- # @param body [MsaIdsRequest]
529
+ # @param body [MsaIdsRequest]
530
530
  # @param [Hash] opts the optional parameters
531
531
  # @return [Array<(ApiMessageCenterCasesResponse, Integer, Hash)>] ApiMessageCenterCasesResponse data, response status code and response headers
532
532
  def get_case_entities_by_ids_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Create the ML exclusions
45
- # @param body [ExclusionsCreateReqV1]
45
+ # @param body [ExclusionsCreateReqV1]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [ExclusionsRespV1]
48
48
  def create_ml_exclusions_v1(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Create the ML exclusions
54
- # @param body [ExclusionsCreateReqV1]
54
+ # @param body [ExclusionsCreateReqV1]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(ExclusionsRespV1, Integer, Hash)>] ExclusionsRespV1 data, response status code and response headers
57
57
  def create_ml_exclusions_v1_with_http_info(body, opts = {})
@@ -306,7 +306,7 @@ module Falcon
306
306
  end
307
307
 
308
308
  # Update the ML exclusions
309
- # @param body [SvExclusionsUpdateReqV1]
309
+ # @param body [SvExclusionsUpdateReqV1]
310
310
  # @param [Hash] opts the optional parameters
311
311
  # @return [ExclusionsRespV1]
312
312
  def update_ml_exclusions_v1(body, opts = {})
@@ -315,7 +315,7 @@ module Falcon
315
315
  end
316
316
 
317
317
  # Update the ML exclusions
318
- # @param body [SvExclusionsUpdateReqV1]
318
+ # @param body [SvExclusionsUpdateReqV1]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [Array<(ExclusionsRespV1, Integer, Hash)>] ExclusionsRespV1 data, response status code and response headers
321
321
  def update_ml_exclusions_v1_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Trigger on-boarding process for a mobile device
45
- # @param body [ApiPostEnrollmentDetails]
45
+ # @param body [ApiPostEnrollmentDetails]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @option opts [String] :action_name Action to perform
48
48
  # @option opts [String] :filter FQL filter
@@ -53,7 +53,7 @@ module Falcon
53
53
  end
54
54
 
55
55
  # Trigger on-boarding process for a mobile device
56
- # @param body [ApiPostEnrollmentDetails]
56
+ # @param body [ApiPostEnrollmentDetails]
57
57
  # @param [Hash] opts the optional parameters
58
58
  # @option opts [String] :action_name Action to perform
59
59
  # @option opts [String] :filter FQL filter
@@ -107,7 +107,7 @@ module Falcon
107
107
  return data, status_code, headers
108
108
  end
109
109
 
110
- # Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
110
+ # Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
111
111
  # @param body [DomainMSSPRoleRequestV1] &#39;user_group_id&#39;, &#39;cid_group_id&#39; and &#39;role_ids&#39; fields are required. Remaining are populated by system.
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [DomainMSSPRoleResponseV1]
@@ -116,7 +116,7 @@ module Falcon
116
116
  data
117
117
  end
118
118
 
119
- # Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
119
+ # Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
120
120
  # @param body [DomainMSSPRoleRequestV1] &#39;user_group_id&#39;, &#39;cid_group_id&#39; and &#39;role_ids&#39; fields are required. Remaining are populated by system.
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @return [Array<(DomainMSSPRoleResponseV1, Integer, Hash)>] DomainMSSPRoleResponseV1 data, response status code and response headers
@@ -756,7 +756,7 @@ module Falcon
756
756
  end
757
757
 
758
758
  # Get link to child customer by child CID(s)
759
- # @param body [MsaspecIdsRequest]
759
+ # @param body [MsaspecIdsRequest]
760
760
  # @param [Hash] opts the optional parameters
761
761
  # @return [DomainChildrenResponseV1]
762
762
  def get_children_v2(body, opts = {})
@@ -765,7 +765,7 @@ module Falcon
765
765
  end
766
766
 
767
767
  # Get link to child customer by child CID(s)
768
- # @param body [MsaspecIdsRequest]
768
+ # @param body [MsaspecIdsRequest]
769
769
  # @param [Hash] opts the optional parameters
770
770
  # @return [Array<(DomainChildrenResponseV1, Integer, Hash)>] DomainChildrenResponseV1 data, response status code and response headers
771
771
  def get_children_v2_with_http_info(body, opts = {})