crimson-falcon 0.1.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -12
  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/api_client.rb +10 -2
  44. data/lib/crimson-falcon/version.rb +1 -1
  45. data/spec/api/alerts_api_spec.rb +2 -2
  46. data/spec/api/cloud_connect_aws_api_spec.rb +3 -3
  47. data/spec/api/cspm_registration_api_spec.rb +9 -9
  48. data/spec/api/custom_ioa_api_spec.rb +5 -5
  49. data/spec/api/d4c_registration_api_spec.rb +4 -4
  50. data/spec/api/device_control_policies_api_spec.rb +5 -5
  51. data/spec/api/falcon_complete_dashboard_api_spec.rb +7 -7
  52. data/spec/api/falcon_container_cli_api_spec.rb +1 -1
  53. data/spec/api/falcon_container_image_api_spec.rb +2 -2
  54. data/spec/api/firewall_management_api_spec.rb +17 -17
  55. data/spec/api/firewall_policies_api_spec.rb +4 -4
  56. data/spec/api/host_group_api_spec.rb +3 -3
  57. data/spec/api/hosts_api_spec.rb +5 -5
  58. data/spec/api/incidents_api_spec.rb +2 -2
  59. data/spec/api/installation_tokens_api_spec.rb +2 -2
  60. data/spec/api/installation_tokens_settings_api_spec.rb +1 -1
  61. data/spec/api/intel_api_spec.rb +3 -3
  62. data/spec/api/ioa_exclusions_api_spec.rb +2 -2
  63. data/spec/api/ioc_api_spec.rb +4 -4
  64. data/spec/api/iocs_api_spec.rb +3 -3
  65. data/spec/api/kubernetes_protection_api_spec.rb +2 -2
  66. data/spec/api/message_center_api_spec.rb +6 -6
  67. data/spec/api/ml_exclusions_api_spec.rb +2 -2
  68. data/spec/api/mobile_enrollment_api_spec.rb +1 -1
  69. data/spec/api/mssp_api_spec.rb +2 -2
  70. data/spec/api/ods_api_spec.rb +6 -6
  71. data/spec/api/overwatch_dashboard_api_spec.rb +2 -2
  72. data/spec/api/prevention_policies_api_spec.rb +4 -4
  73. data/spec/api/quarantine_api_spec.rb +4 -4
  74. data/spec/api/quick_scan_api_spec.rb +1 -1
  75. data/spec/api/real_time_response_admin_api_spec.rb +2 -2
  76. data/spec/api/real_time_response_api_spec.rb +4 -4
  77. data/spec/api/recon_api_spec.rb +9 -9
  78. data/spec/api/report_executions_api_spec.rb +1 -1
  79. data/spec/api/response_policies_api_spec.rb +4 -4
  80. data/spec/api/sample_uploads_api_spec.rb +1 -1
  81. data/spec/api/scheduled_reports_api_spec.rb +1 -1
  82. data/spec/api/sensor_update_policies_api_spec.rb +7 -7
  83. data/spec/api/sensor_visibility_exclusions_api_spec.rb +2 -2
  84. data/spec/api/tailored_intelligence_api_spec.rb +2 -2
  85. metadata +4 -3
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Get aggregates on ODS scan-hosts data.
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_query_scan_host_metadata(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Get aggregates on ODS scan-hosts data.
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_query_scan_host_metadata_with_http_info(body, opts = {})
@@ -108,7 +108,7 @@ module Falcon
108
108
  end
109
109
 
110
110
  # Get aggregates on ODS scan data.
111
- # @param body [Array<MsaAggregateQueryRequest>]
111
+ # @param body [Array<MsaAggregateQueryRequest>]
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [MsaAggregatesResponse]
114
114
  def aggregate_scans(body, opts = {})
@@ -117,7 +117,7 @@ module Falcon
117
117
  end
118
118
 
119
119
  # Get aggregates on ODS scan data.
120
- # @param body [Array<MsaAggregateQueryRequest>]
120
+ # @param body [Array<MsaAggregateQueryRequest>]
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
123
123
  def aggregate_scans_with_http_info(body, opts = {})
@@ -174,7 +174,7 @@ module Falcon
174
174
  end
175
175
 
176
176
  # Get aggregates on ODS scheduled-scan data.
177
- # @param body [Array<MsaAggregateQueryRequest>]
177
+ # @param body [Array<MsaAggregateQueryRequest>]
178
178
  # @param [Hash] opts the optional parameters
179
179
  # @return [MsaAggregatesResponse]
180
180
  def aggregate_scheduled_scans(body, opts = {})
@@ -183,7 +183,7 @@ module Falcon
183
183
  end
184
184
 
185
185
  # Get aggregates on ODS scheduled-scan data.
186
- # @param body [Array<MsaAggregateQueryRequest>]
186
+ # @param body [Array<MsaAggregateQueryRequest>]
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
189
189
  def aggregate_scheduled_scans_with_http_info(body, opts = {})
@@ -240,7 +240,7 @@ module Falcon
240
240
  end
241
241
 
242
242
  # Cancel ODS scans for the given scan ids.
243
- # @param body [EntitiesODSCancelScanRequest]
243
+ # @param body [EntitiesODSCancelScanRequest]
244
244
  # @param [Hash] opts the optional parameters
245
245
  # @return [MsaspecQueryResponse]
246
246
  def cancel_scans(body, opts = {})
@@ -249,7 +249,7 @@ module Falcon
249
249
  end
250
250
 
251
251
  # Cancel ODS scans for the given scan ids.
252
- # @param body [EntitiesODSCancelScanRequest]
252
+ # @param body [EntitiesODSCancelScanRequest]
253
253
  # @param [Hash] opts the optional parameters
254
254
  # @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
255
255
  def cancel_scans_with_http_info(body, opts = {})
@@ -306,7 +306,7 @@ module Falcon
306
306
  end
307
307
 
308
308
  # Create ODS scan and start or schedule scan for the given scan request.
309
- # @param body [EntitiesODSScanRequest]
309
+ # @param body [EntitiesODSScanRequest]
310
310
  # @param [Hash] opts the optional parameters
311
311
  # @return [EntitiesODSScanResponse]
312
312
  def create_scan(body, opts = {})
@@ -315,7 +315,7 @@ module Falcon
315
315
  end
316
316
 
317
317
  # Create ODS scan and start or schedule scan for the given scan request.
318
- # @param body [EntitiesODSScanRequest]
318
+ # @param body [EntitiesODSScanRequest]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [Array<(EntitiesODSScanResponse, Integer, Hash)>] EntitiesODSScanResponse data, response status code and response headers
321
321
  def create_scan_with_http_info(body, opts = {})
@@ -969,7 +969,7 @@ module Falcon
969
969
  end
970
970
 
971
971
  # Create ODS scan and start or schedule scan for the given scan request.
972
- # @param body [EntitiesODSScheduleScanRequest]
972
+ # @param body [EntitiesODSScheduleScanRequest]
973
973
  # @param [Hash] opts the optional parameters
974
974
  # @return [EntitiesODSScheduleScanResponse]
975
975
  def schedule_scan(body, opts = {})
@@ -978,7 +978,7 @@ module Falcon
978
978
  end
979
979
 
980
980
  # Create ODS scan and start or schedule scan for the given scan request.
981
- # @param body [EntitiesODSScheduleScanRequest]
981
+ # @param body [EntitiesODSScheduleScanRequest]
982
982
  # @param [Hash] opts the optional parameters
983
983
  # @return [Array<(EntitiesODSScheduleScanResponse, Integer, Hash)>] EntitiesODSScheduleScanResponse data, response status code and response headers
984
984
  def schedule_scan_with_http_info(body, opts = {})
@@ -104,7 +104,7 @@ module Falcon
104
104
  end
105
105
 
106
106
  # Get aggregate OverWatch detection event info by providing an aggregate query
107
- # @param body [Array<MsaAggregateQueryRequest>]
107
+ # @param body [Array<MsaAggregateQueryRequest>]
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [MsaAggregatesResponse]
110
110
  def aggregates_events(body, opts = {})
@@ -113,7 +113,7 @@ module Falcon
113
113
  end
114
114
 
115
115
  # Get aggregate OverWatch detection event info by providing an aggregate query
116
- # @param body [Array<MsaAggregateQueryRequest>]
116
+ # @param body [Array<MsaAggregateQueryRequest>]
117
117
  # @param [Hash] opts the optional parameters
118
118
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
119
119
  def aggregates_events_with_http_info(body, opts = {})
@@ -170,7 +170,7 @@ module Falcon
170
170
  end
171
171
 
172
172
  # Get OverWatch detection event collection info by providing an aggregate query
173
- # @param body [Array<MsaAggregateQueryRequest>]
173
+ # @param body [Array<MsaAggregateQueryRequest>]
174
174
  # @param [Hash] opts the optional parameters
175
175
  # @return [MsaAggregatesResponse]
176
176
  def aggregates_events_collections(body, opts = {})
@@ -179,7 +179,7 @@ module Falcon
179
179
  end
180
180
 
181
181
  # Get OverWatch detection event collection info by providing an aggregate query
182
- # @param body [Array<MsaAggregateQueryRequest>]
182
+ # @param body [Array<MsaAggregateQueryRequest>]
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
185
185
  def aggregates_events_collections_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Create Prevention Policies by specifying details about the policy to create
45
- # @param body [PreventionCreatePoliciesReqV1]
45
+ # @param body [PreventionCreatePoliciesReqV1]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [PreventionRespV1]
48
48
  def create_prevention_policies(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Create Prevention Policies by specifying details about the policy to create
54
- # @param body [PreventionCreatePoliciesReqV1]
54
+ # @param body [PreventionCreatePoliciesReqV1]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(PreventionRespV1, Integer, Hash)>] PreventionRespV1 data, response status code and response headers
57
57
  def create_prevention_policies_with_http_info(body, opts = {})
@@ -233,7 +233,7 @@ module Falcon
233
233
 
234
234
  # Perform the specified action on the Prevention Policies specified in the request
235
235
  # @param action_name [String] The action to perform
236
- # @param body [MsaEntityActionRequestV2]
236
+ # @param body [MsaEntityActionRequestV2]
237
237
  # @param [Hash] opts the optional parameters
238
238
  # @return [PreventionRespV1]
239
239
  def perform_prevention_policies_action(action_name, body, opts = {})
@@ -243,7 +243,7 @@ module Falcon
243
243
 
244
244
  # Perform the specified action on the Prevention Policies specified in the request
245
245
  # @param action_name [String] The action to perform
246
- # @param body [MsaEntityActionRequestV2]
246
+ # @param body [MsaEntityActionRequestV2]
247
247
  # @param [Hash] opts the optional parameters
248
248
  # @return [Array<(PreventionRespV1, Integer, Hash)>] PreventionRespV1 data, response status code and response headers
249
249
  def perform_prevention_policies_action_with_http_info(action_name, body, opts = {})
@@ -640,7 +640,7 @@ module Falcon
640
640
  end
641
641
 
642
642
  # Sets the precedence of Prevention Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies for a platform when updating precedence
643
- # @param body [BaseSetPolicyPrecedenceReqV1]
643
+ # @param body [BaseSetPolicyPrecedenceReqV1]
644
644
  # @param [Hash] opts the optional parameters
645
645
  # @return [MsaQueryResponse]
646
646
  def set_prevention_policies_precedence(body, opts = {})
@@ -649,7 +649,7 @@ module Falcon
649
649
  end
650
650
 
651
651
  # Sets the precedence of Prevention Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies for a platform when updating precedence
652
- # @param body [BaseSetPolicyPrecedenceReqV1]
652
+ # @param body [BaseSetPolicyPrecedenceReqV1]
653
653
  # @param [Hash] opts the optional parameters
654
654
  # @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
655
655
  def set_prevention_policies_precedence_with_http_info(body, opts = {})
@@ -706,7 +706,7 @@ module Falcon
706
706
  end
707
707
 
708
708
  # Update Prevention Policies by specifying the ID of the policy and details to update
709
- # @param body [PreventionUpdatePoliciesReqV1]
709
+ # @param body [PreventionUpdatePoliciesReqV1]
710
710
  # @param [Hash] opts the optional parameters
711
711
  # @return [PreventionRespV1]
712
712
  def update_prevention_policies(body, opts = {})
@@ -715,7 +715,7 @@ module Falcon
715
715
  end
716
716
 
717
717
  # Update Prevention Policies by specifying the ID of the policy and details to update
718
- # @param body [PreventionUpdatePoliciesReqV1]
718
+ # @param body [PreventionUpdatePoliciesReqV1]
719
719
  # @param [Hash] opts the optional parameters
720
720
  # @return [Array<(PreventionRespV1, Integer, Hash)>] PreventionRespV1 data, response status code and response headers
721
721
  def update_prevention_policies_with_http_info(body, opts = {})
@@ -104,7 +104,7 @@ module Falcon
104
104
  end
105
105
 
106
106
  # Get quarantine file aggregates as specified via json in request body.
107
- # @param body [MsaAggregateQueryRequest]
107
+ # @param body [MsaAggregateQueryRequest]
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [MsaAggregatesResponse]
110
110
  def get_aggregate_files(body, opts = {})
@@ -113,7 +113,7 @@ module Falcon
113
113
  end
114
114
 
115
115
  # Get quarantine file aggregates as specified via json in request body.
116
- # @param body [MsaAggregateQueryRequest]
116
+ # @param body [MsaAggregateQueryRequest]
117
117
  # @param [Hash] opts the optional parameters
118
118
  # @return [Array<(MsaAggregatesResponse, Integer, Hash)>] MsaAggregatesResponse data, response status code and response headers
119
119
  def get_aggregate_files_with_http_info(body, opts = {})
@@ -170,7 +170,7 @@ module Falcon
170
170
  end
171
171
 
172
172
  # Get quarantine file metadata for specified ids.
173
- # @param body [MsaIdsRequest]
173
+ # @param body [MsaIdsRequest]
174
174
  # @param [Hash] opts the optional parameters
175
175
  # @return [DomainMsaQfResponse]
176
176
  def get_quarantine_files(body, opts = {})
@@ -179,7 +179,7 @@ module Falcon
179
179
  end
180
180
 
181
181
  # Get quarantine file metadata for specified ids.
182
- # @param body [MsaIdsRequest]
182
+ # @param body [MsaIdsRequest]
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @return [Array<(DomainMsaQfResponse, Integer, Hash)>] DomainMsaQfResponse data, response status code and response headers
185
185
  def get_quarantine_files_with_http_info(body, opts = {})
@@ -306,7 +306,7 @@ module Falcon
306
306
  end
307
307
 
308
308
  # Apply quarantine file actions by query.
309
- # @param body [DomainQueriesPatchRequest]
309
+ # @param body [DomainQueriesPatchRequest]
310
310
  # @param [Hash] opts the optional parameters
311
311
  # @return [MsaReplyMetaOnly]
312
312
  def update_qf_by_query(body, opts = {})
@@ -315,7 +315,7 @@ module Falcon
315
315
  end
316
316
 
317
317
  # Apply quarantine file actions by query.
318
- # @param body [DomainQueriesPatchRequest]
318
+ # @param body [DomainQueriesPatchRequest]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
321
321
  def update_qf_by_query_with_http_info(body, opts = {})
@@ -372,7 +372,7 @@ module Falcon
372
372
  end
373
373
 
374
374
  # Apply action by quarantine file ids
375
- # @param body [DomainEntitiesPatchRequest]
375
+ # @param body [DomainEntitiesPatchRequest]
376
376
  # @param [Hash] opts the optional parameters
377
377
  # @return [MsaReplyMetaOnly]
378
378
  def update_quarantined_detects_by_ids(body, opts = {})
@@ -381,7 +381,7 @@ module Falcon
381
381
  end
382
382
 
383
383
  # Apply action by quarantine file ids
384
- # @param body [DomainEntitiesPatchRequest]
384
+ # @param body [DomainEntitiesPatchRequest]
385
385
  # @param [Hash] opts the optional parameters
386
386
  # @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
387
387
  def update_quarantined_detects_by_ids_with_http_info(body, opts = {})
@@ -104,7 +104,7 @@ module Falcon
104
104
  end
105
105
 
106
106
  # Get scans aggregations as specified via json in request body.
107
- # @param body [MsaAggregateQueryRequest]
107
+ # @param body [MsaAggregateQueryRequest]
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [nil]
110
110
  def get_scans_aggregates(body, opts = {})
@@ -113,7 +113,7 @@ module Falcon
113
113
  end
114
114
 
115
115
  # Get scans aggregations as specified via json in request body.
116
- # @param body [MsaAggregateQueryRequest]
116
+ # @param body [MsaAggregateQueryRequest]
117
117
  # @param [Hash] opts the optional parameters
118
118
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
119
119
  def get_scans_aggregates_with_http_info(body, opts = {})
@@ -943,7 +943,7 @@ module Falcon
943
943
  # @option opts [String] :comments_for_audit_log The audit log comment
944
944
  # @option opts [String] :permission_type Permission for the custom-script. Valid permission values: - &#x60;private&#x60;, usable by only the user who uploaded it - &#x60;group&#x60;, usable by all RTR Admins - &#x60;public&#x60;, usable by all active-responders and RTR admins (default to 'none')
945
945
  # @option opts [String] :content The script text that you want to use to upload
946
- # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
946
+ # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
947
947
  # @return [MsaReplyMetaOnly]
948
948
  def r_tr_update_scripts(id, opts = {})
949
949
  data, _status_code, _headers = r_tr_update_scripts_with_http_info(id, opts)
@@ -959,7 +959,7 @@ module Falcon
959
959
  # @option opts [String] :comments_for_audit_log The audit log comment
960
960
  # @option opts [String] :permission_type Permission for the custom-script. Valid permission values: - &#x60;private&#x60;, usable by only the user who uploaded it - &#x60;group&#x60;, usable by all RTR Admins - &#x60;public&#x60;, usable by all active-responders and RTR admins (default to 'none')
961
961
  # @option opts [String] :content The script text that you want to use to upload
962
- # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
962
+ # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
963
963
  # @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
964
964
  def r_tr_update_scripts_with_http_info(id, opts = {})
965
965
  if @api_client.config.debugging
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Get notification exposed data record aggregates as specified via JSON in request body. The valid aggregation fields are: [cid notification_id created_date rule.id rule.name rule.topic source_category site author file.name]
45
- # @param body [Array<MsaAggregateQueryRequest>]
45
+ # @param body [Array<MsaAggregateQueryRequest>]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [DomainAggregatesResponse]
48
48
  def aggregate_notifications_exposed_data_records_v1(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Get notification exposed data record aggregates as specified via JSON in request body. The valid aggregation fields are: [cid notification_id created_date rule.id rule.name rule.topic source_category site author file.name]
54
- # @param body [Array<MsaAggregateQueryRequest>]
54
+ # @param body [Array<MsaAggregateQueryRequest>]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
57
57
  def aggregate_notifications_exposed_data_records_v1_with_http_info(body, opts = {})
@@ -108,7 +108,7 @@ module Falcon
108
108
  end
109
109
 
110
110
  # Get notification aggregates as specified via JSON in request body.
111
- # @param body [Array<MsaAggregateQueryRequest>]
111
+ # @param body [Array<MsaAggregateQueryRequest>]
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [DomainAggregatesResponse]
114
114
  def aggregate_notifications_v1(body, opts = {})
@@ -117,7 +117,7 @@ module Falcon
117
117
  end
118
118
 
119
119
  # Get notification aggregates as specified via JSON in request body.
120
- # @param body [Array<MsaAggregateQueryRequest>]
120
+ # @param body [Array<MsaAggregateQueryRequest>]
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
123
123
  def aggregate_notifications_v1_with_http_info(body, opts = {})
@@ -174,7 +174,7 @@ module Falcon
174
174
  end
175
175
 
176
176
  # Create actions for a monitoring rule. Accepts a list of actions that will be attached to the monitoring rule.
177
- # @param body [DomainRegisterActionsRequest]
177
+ # @param body [DomainRegisterActionsRequest]
178
178
  # @param [Hash] opts the optional parameters
179
179
  # @return [DomainActionEntitiesResponseV1]
180
180
  def create_actions_v1(body, opts = {})
@@ -183,7 +183,7 @@ module Falcon
183
183
  end
184
184
 
185
185
  # Create actions for a monitoring rule. Accepts a list of actions that will be attached to the monitoring rule.
186
- # @param body [DomainRegisterActionsRequest]
186
+ # @param body [DomainRegisterActionsRequest]
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @return [Array<(DomainActionEntitiesResponseV1, Integer, Hash)>] DomainActionEntitiesResponseV1 data, response status code and response headers
189
189
  def create_actions_v1_with_http_info(body, opts = {})
@@ -240,7 +240,7 @@ module Falcon
240
240
  end
241
241
 
242
242
  # Launch asynchronous export job. Use the job ID to poll the status of the job using GET /entities/exports/v1.
243
- # @param body [Array<DomainLaunchExportJobRequestV1>]
243
+ # @param body [Array<DomainLaunchExportJobRequestV1>]
244
244
  # @param [Hash] opts the optional parameters
245
245
  # @return [DomainLaunchExportJobResponseV1]
246
246
  def create_export_jobs_v1(body, opts = {})
@@ -249,7 +249,7 @@ module Falcon
249
249
  end
250
250
 
251
251
  # Launch asynchronous export job. Use the job ID to poll the status of the job using GET /entities/exports/v1.
252
- # @param body [Array<DomainLaunchExportJobRequestV1>]
252
+ # @param body [Array<DomainLaunchExportJobRequestV1>]
253
253
  # @param [Hash] opts the optional parameters
254
254
  # @return [Array<(DomainLaunchExportJobResponseV1, Integer, Hash)>] DomainLaunchExportJobResponseV1 data, response status code and response headers
255
255
  def create_export_jobs_v1_with_http_info(body, opts = {})
@@ -306,7 +306,7 @@ module Falcon
306
306
  end
307
307
 
308
308
  # Create monitoring rules.
309
- # @param body [Array<SadomainCreateRuleRequestV1>]
309
+ # @param body [Array<SadomainCreateRuleRequestV1>]
310
310
  # @param [Hash] opts the optional parameters
311
311
  # @return [DomainRulesEntitiesResponseV1]
312
312
  def create_rules_v1(body, opts = {})
@@ -315,7 +315,7 @@ module Falcon
315
315
  end
316
316
 
317
317
  # Create monitoring rules.
318
- # @param body [Array<SadomainCreateRuleRequestV1>]
318
+ # @param body [Array<SadomainCreateRuleRequestV1>]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [Array<(DomainRulesEntitiesResponseV1, Integer, Hash)>] DomainRulesEntitiesResponseV1 data, response status code and response headers
321
321
  def create_rules_v1_with_http_info(body, opts = {})
@@ -1181,7 +1181,7 @@ module Falcon
1181
1181
  end
1182
1182
 
1183
1183
  # Preview rules notification count and distribution. This will return aggregations on: channel, count, site.
1184
- # @param body [DomainRulePreviewRequest]
1184
+ # @param body [DomainRulePreviewRequest]
1185
1185
  # @param [Hash] opts the optional parameters
1186
1186
  # @return [DomainAggregatesResponse]
1187
1187
  def preview_rule_v1(body, opts = {})
@@ -1190,7 +1190,7 @@ module Falcon
1190
1190
  end
1191
1191
 
1192
1192
  # Preview rules notification count and distribution. This will return aggregations on: channel, count, site.
1193
- # @param body [DomainRulePreviewRequest]
1193
+ # @param body [DomainRulePreviewRequest]
1194
1194
  # @param [Hash] opts the optional parameters
1195
1195
  # @return [Array<(DomainAggregatesResponse, Integer, Hash)>] DomainAggregatesResponse data, response status code and response headers
1196
1196
  def preview_rule_v1_with_http_info(body, opts = {})
@@ -1559,7 +1559,7 @@ module Falcon
1559
1559
  end
1560
1560
 
1561
1561
  # Update an action for a monitoring rule.
1562
- # @param body [DomainUpdateActionRequest]
1562
+ # @param body [DomainUpdateActionRequest]
1563
1563
  # @param [Hash] opts the optional parameters
1564
1564
  # @return [DomainActionEntitiesResponseV1]
1565
1565
  def update_action_v1(body, opts = {})
@@ -1568,7 +1568,7 @@ module Falcon
1568
1568
  end
1569
1569
 
1570
1570
  # Update an action for a monitoring rule.
1571
- # @param body [DomainUpdateActionRequest]
1571
+ # @param body [DomainUpdateActionRequest]
1572
1572
  # @param [Hash] opts the optional parameters
1573
1573
  # @return [Array<(DomainActionEntitiesResponseV1, Integer, Hash)>] DomainActionEntitiesResponseV1 data, response status code and response headers
1574
1574
  def update_action_v1_with_http_info(body, opts = {})
@@ -1625,7 +1625,7 @@ module Falcon
1625
1625
  end
1626
1626
 
1627
1627
  # Update notification status or assignee. Accepts bulk requests
1628
- # @param body [Array<DomainUpdateNotificationRequestV1>]
1628
+ # @param body [Array<DomainUpdateNotificationRequestV1>]
1629
1629
  # @param [Hash] opts the optional parameters
1630
1630
  # @return [DomainNotificationEntitiesResponseV1]
1631
1631
  def update_notifications_v1(body, opts = {})
@@ -1634,7 +1634,7 @@ module Falcon
1634
1634
  end
1635
1635
 
1636
1636
  # Update notification status or assignee. Accepts bulk requests
1637
- # @param body [Array<DomainUpdateNotificationRequestV1>]
1637
+ # @param body [Array<DomainUpdateNotificationRequestV1>]
1638
1638
  # @param [Hash] opts the optional parameters
1639
1639
  # @return [Array<(DomainNotificationEntitiesResponseV1, Integer, Hash)>] DomainNotificationEntitiesResponseV1 data, response status code and response headers
1640
1640
  def update_notifications_v1_with_http_info(body, opts = {})
@@ -1691,7 +1691,7 @@ module Falcon
1691
1691
  end
1692
1692
 
1693
1693
  # Update monitoring rules.
1694
- # @param body [Array<DomainUpdateRuleRequestV1>]
1694
+ # @param body [Array<DomainUpdateRuleRequestV1>]
1695
1695
  # @param [Hash] opts the optional parameters
1696
1696
  # @return [DomainRulesEntitiesResponseV1]
1697
1697
  def update_rules_v1(body, opts = {})
@@ -1700,7 +1700,7 @@ module Falcon
1700
1700
  end
1701
1701
 
1702
1702
  # Update monitoring rules.
1703
- # @param body [Array<DomainUpdateRuleRequestV1>]
1703
+ # @param body [Array<DomainUpdateRuleRequestV1>]
1704
1704
  # @param [Hash] opts the optional parameters
1705
1705
  # @return [Array<(DomainRulesEntitiesResponseV1, Integer, Hash)>] DomainRulesEntitiesResponseV1 data, response status code and response headers
1706
1706
  def update_rules_v1_with_http_info(body, opts = {})
@@ -236,7 +236,7 @@ module Falcon
236
236
  end
237
237
 
238
238
  # This endpoint will be used to retry report executions
239
- # @param body [Array<DomainReportExecutionRetryRequestV1>]
239
+ # @param body [Array<DomainReportExecutionRetryRequestV1>]
240
240
  # @param [Hash] opts the optional parameters
241
241
  # @return [DomainReportExecutionsResponseV1]
242
242
  def report_executions_retry(body, opts = {})
@@ -245,7 +245,7 @@ module Falcon
245
245
  end
246
246
 
247
247
  # This endpoint will be used to retry report executions
248
- # @param body [Array<DomainReportExecutionRetryRequestV1>]
248
+ # @param body [Array<DomainReportExecutionRetryRequestV1>]
249
249
  # @param [Hash] opts the optional parameters
250
250
  # @return [Array<(DomainReportExecutionsResponseV1, Integer, Hash)>] DomainReportExecutionsResponseV1 data, response status code and response headers
251
251
  def report_executions_retry_with_http_info(body, opts = {})
@@ -42,7 +42,7 @@ module Falcon
42
42
  @api_client = api_client
43
43
  end
44
44
  # Create Response Policies by specifying details about the policy to create
45
- # @param body [RemoteResponseCreatePoliciesV1]
45
+ # @param body [RemoteResponseCreatePoliciesV1]
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [RemoteResponseRespV1]
48
48
  def create_rt_response_policies(body, opts = {})
@@ -51,7 +51,7 @@ module Falcon
51
51
  end
52
52
 
53
53
  # Create Response Policies by specifying details about the policy to create
54
- # @param body [RemoteResponseCreatePoliciesV1]
54
+ # @param body [RemoteResponseCreatePoliciesV1]
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @return [Array<(RemoteResponseRespV1, Integer, Hash)>] RemoteResponseRespV1 data, response status code and response headers
57
57
  def create_rt_response_policies_with_http_info(body, opts = {})
@@ -233,7 +233,7 @@ module Falcon
233
233
 
234
234
  # Perform the specified action on the Response Policies specified in the request
235
235
  # @param action_name [String] The action to perform
236
- # @param body [MsaEntityActionRequestV2]
236
+ # @param body [MsaEntityActionRequestV2]
237
237
  # @param [Hash] opts the optional parameters
238
238
  # @return [RemoteResponseRespV1]
239
239
  def perform_rt_response_policies_action(action_name, body, opts = {})
@@ -243,7 +243,7 @@ module Falcon
243
243
 
244
244
  # Perform the specified action on the Response Policies specified in the request
245
245
  # @param action_name [String] The action to perform
246
- # @param body [MsaEntityActionRequestV2]
246
+ # @param body [MsaEntityActionRequestV2]
247
247
  # @param [Hash] opts the optional parameters
248
248
  # @return [Array<(RemoteResponseRespV1, Integer, Hash)>] RemoteResponseRespV1 data, response status code and response headers
249
249
  def perform_rt_response_policies_action_with_http_info(action_name, body, opts = {})
@@ -640,7 +640,7 @@ module Falcon
640
640
  end
641
641
 
642
642
  # Sets the precedence of Response Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies for a platform when updating precedence
643
- # @param body [BaseSetPolicyPrecedenceReqV1]
643
+ # @param body [BaseSetPolicyPrecedenceReqV1]
644
644
  # @param [Hash] opts the optional parameters
645
645
  # @return [MsaQueryResponse]
646
646
  def set_rt_response_policies_precedence(body, opts = {})
@@ -649,7 +649,7 @@ module Falcon
649
649
  end
650
650
 
651
651
  # Sets the precedence of Response Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies for a platform when updating precedence
652
- # @param body [BaseSetPolicyPrecedenceReqV1]
652
+ # @param body [BaseSetPolicyPrecedenceReqV1]
653
653
  # @param [Hash] opts the optional parameters
654
654
  # @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
655
655
  def set_rt_response_policies_precedence_with_http_info(body, opts = {})
@@ -706,7 +706,7 @@ module Falcon
706
706
  end
707
707
 
708
708
  # Update Response Policies by specifying the ID of the policy and details to update
709
- # @param body [RemoteResponseUpdatePoliciesReqV1]
709
+ # @param body [RemoteResponseUpdatePoliciesReqV1]
710
710
  # @param [Hash] opts the optional parameters
711
711
  # @return [RemoteResponseRespV1]
712
712
  def update_rt_response_policies(body, opts = {})
@@ -715,7 +715,7 @@ module Falcon
715
715
  end
716
716
 
717
717
  # Update Response Policies by specifying the ID of the policy and details to update
718
- # @param body [RemoteResponseUpdatePoliciesReqV1]
718
+ # @param body [RemoteResponseUpdatePoliciesReqV1]
719
719
  # @param [Hash] opts the optional parameters
720
720
  # @return [Array<(RemoteResponseRespV1, Integer, Hash)>] RemoteResponseRespV1 data, response status code and response headers
721
721
  def update_rt_response_policies_with_http_info(body, opts = {})
@@ -464,7 +464,7 @@ module Falcon
464
464
  end
465
465
 
466
466
  # Extracts files from an uploaded archive and copies them to internal storage making it available for content analysis.
467
- # @param body [ClientExtractionCreateRequestV1]
467
+ # @param body [ClientExtractionCreateRequestV1]
468
468
  # @param [Hash] opts the optional parameters
469
469
  # @return [ClientExtractionCreateResponseV1]
470
470
  def extraction_create_v1(body, opts = {})
@@ -473,7 +473,7 @@ module Falcon
473
473
  end
474
474
 
475
475
  # Extracts files from an uploaded archive and copies them to internal storage making it available for content analysis.
476
- # @param body [ClientExtractionCreateRequestV1]
476
+ # @param body [ClientExtractionCreateRequestV1]
477
477
  # @param [Hash] opts the optional parameters
478
478
  # @return [Array<(ClientExtractionCreateResponseV1, Integer, Hash)>] ClientExtractionCreateResponseV1 data, response status code and response headers
479
479
  def extraction_create_v1_with_http_info(body, opts = {})
@@ -104,7 +104,7 @@ module Falcon
104
104
  end
105
105
 
106
106
  # Launch scheduled reports executions for the provided report IDs.
107
- # @param body [Array<DomainReportExecutionLaunchRequestV1>]
107
+ # @param body [Array<DomainReportExecutionLaunchRequestV1>]
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [DomainReportExecutionsResponseV1]
110
110
  def scheduled_reports_launch(body, opts = {})
@@ -113,7 +113,7 @@ module Falcon
113
113
  end
114
114
 
115
115
  # Launch scheduled reports executions for the provided report IDs.
116
- # @param body [Array<DomainReportExecutionLaunchRequestV1>]
116
+ # @param body [Array<DomainReportExecutionLaunchRequestV1>]
117
117
  # @param [Hash] opts the optional parameters
118
118
  # @return [Array<(DomainReportExecutionsResponseV1, Integer, Hash)>] DomainReportExecutionsResponseV1 data, response status code and response headers
119
119
  def scheduled_reports_launch_with_http_info(body, opts = {})