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
@@ -67,7 +67,7 @@ describe 'QuarantineApi' do
67
67
 
68
68
  # unit tests for get_aggregate_files
69
69
  # Get quarantine file aggregates as specified via json in request body.
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [MsaAggregatesResponse]
73
73
  describe 'get_aggregate_files test' do
@@ -78,7 +78,7 @@ describe 'QuarantineApi' do
78
78
 
79
79
  # unit tests for get_quarantine_files
80
80
  # Get quarantine file metadata for specified ids.
81
- # @param body
81
+ # @param body
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @return [DomainMsaQfResponse]
84
84
  describe 'get_quarantine_files test' do
@@ -104,7 +104,7 @@ describe 'QuarantineApi' do
104
104
 
105
105
  # unit tests for update_qf_by_query
106
106
  # Apply quarantine file actions by query.
107
- # @param body
107
+ # @param body
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [MsaReplyMetaOnly]
110
110
  describe 'update_qf_by_query test' do
@@ -115,7 +115,7 @@ describe 'QuarantineApi' do
115
115
 
116
116
  # unit tests for update_quarantined_detects_by_ids
117
117
  # Apply action by quarantine file ids
118
- # @param body
118
+ # @param body
119
119
  # @param [Hash] opts the optional parameters
120
120
  # @return [MsaReplyMetaOnly]
121
121
  describe 'update_quarantined_detects_by_ids test' do
@@ -67,7 +67,7 @@ describe 'QuickScanApi' do
67
67
 
68
68
  # unit tests for get_scans_aggregates
69
69
  # Get scans aggregations as specified via json in request body.
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [nil]
73
73
  describe 'get_scans_aggregates test' do
@@ -60,7 +60,7 @@ describe 'RealTimeResponseAdminApi' do
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @option opts [Integer] :timeout Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes.
62
62
  # @option opts [String] :timeout_duration Timeout duration for how long to wait for the request in duration syntax. Example, `10s`. Valid units: `ns, us, ms, s, m, h`. Maximum is 5 minutes.
63
- # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is < 5 minutes. Example, `10s`. Valid units: `ns, us, ms, s, m, h`.
63
+ # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is < 5 minutes. Example, `10s`. Valid units: `ns, us, ms, s, m, h`.
64
64
  # @return [DomainMultiCommandExecuteResponseWrapper]
65
65
  describe 'batch_admin_cmd test' do
66
66
  it 'should work' do
@@ -226,7 +226,7 @@ describe 'RealTimeResponseAdminApi' do
226
226
  # @option opts [String] :comments_for_audit_log The audit log comment
227
227
  # @option opts [String] :permission_type Permission for the custom-script. Valid permission values: - `private`, usable by only the user who uploaded it - `group`, usable by all RTR Admins - `public`, usable by all active-responders and RTR admins
228
228
  # @option opts [String] :content The script text that you want to use to upload
229
- # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
229
+ # @option opts [Array<String>] :platform Platforms for the file. Currently supports: windows, mac, linux,
230
230
  # @return [MsaReplyMetaOnly]
231
231
  describe 'r_tr_update_scripts test' do
232
232
  it 'should work' do
@@ -60,7 +60,7 @@ describe 'RealTimeResponseApi' do
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @option opts [Integer] :timeout Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes.
62
62
  # @option opts [String] :timeout_duration Timeout duration for how long to wait for the request in duration syntax. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;. Maximum is 5 minutes.
63
- # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
63
+ # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
64
64
  # @return [DomainMultiCommandExecuteResponseWrapper]
65
65
  describe 'batch_active_responder_cmd test' do
66
66
  it 'should work' do
@@ -74,7 +74,7 @@ describe 'RealTimeResponseApi' do
74
74
  # @param [Hash] opts the optional parameters
75
75
  # @option opts [Integer] :timeout Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes.
76
76
  # @option opts [String] :timeout_duration Timeout duration for how long to wait for the request in duration syntax. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;. Maximum is 5 minutes.
77
- # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
77
+ # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
78
78
  # @return [DomainMultiCommandExecuteResponseWrapper]
79
79
  describe 'batch_cmd test' do
80
80
  it 'should work' do
@@ -88,7 +88,7 @@ describe 'RealTimeResponseApi' do
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @option opts [Integer] :timeout Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes.
90
90
  # @option opts [String] :timeout_duration Timeout duration for how long to wait for the request in duration syntax. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;. Maximum is 5 minutes.
91
- # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
91
+ # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
92
92
  # @return [DomainBatchGetCommandResponse]
93
93
  describe 'batch_get_cmd test' do
94
94
  it 'should work' do
@@ -115,7 +115,7 @@ describe 'RealTimeResponseApi' do
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @option opts [Integer] :timeout Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes.
117
117
  # @option opts [String] :timeout_duration Timeout duration for how long to wait for the request in duration syntax. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;. Maximum is 5 minutes.
118
- # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
118
+ # @option opts [String] :host_timeout_duration Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is &lt; 5 minutes. Example, &#x60;10s&#x60;. Valid units: &#x60;ns, us, ms, s, m, h&#x60;.
119
119
  # @return [DomainBatchInitSessionResponse]
120
120
  describe 'batch_init_sessions test' do
121
121
  it 'should work' do
@@ -56,7 +56,7 @@ describe 'ReconApi' do
56
56
 
57
57
  # unit tests for aggregate_notifications_exposed_data_records_v1
58
58
  # 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]
59
- # @param body
59
+ # @param body
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @return [DomainAggregatesResponse]
62
62
  describe 'aggregate_notifications_exposed_data_records_v1 test' do
@@ -67,7 +67,7 @@ describe 'ReconApi' do
67
67
 
68
68
  # unit tests for aggregate_notifications_v1
69
69
  # Get notification aggregates as specified via JSON in request body.
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [DomainAggregatesResponse]
73
73
  describe 'aggregate_notifications_v1 test' do
@@ -78,7 +78,7 @@ describe 'ReconApi' do
78
78
 
79
79
  # unit tests for create_actions_v1
80
80
  # Create actions for a monitoring rule. Accepts a list of actions that will be attached to the monitoring rule.
81
- # @param body
81
+ # @param body
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @return [DomainActionEntitiesResponseV1]
84
84
  describe 'create_actions_v1 test' do
@@ -89,7 +89,7 @@ describe 'ReconApi' do
89
89
 
90
90
  # unit tests for create_export_jobs_v1
91
91
  # Launch asynchronous export job. Use the job ID to poll the status of the job using GET /entities/exports/v1.
92
- # @param body
92
+ # @param body
93
93
  # @param [Hash] opts the optional parameters
94
94
  # @return [DomainLaunchExportJobResponseV1]
95
95
  describe 'create_export_jobs_v1 test' do
@@ -100,7 +100,7 @@ describe 'ReconApi' do
100
100
 
101
101
  # unit tests for create_rules_v1
102
102
  # Create monitoring rules.
103
- # @param body
103
+ # @param body
104
104
  # @param [Hash] opts the optional parameters
105
105
  # @return [DomainRulesEntitiesResponseV1]
106
106
  describe 'create_rules_v1 test' do
@@ -255,7 +255,7 @@ describe 'ReconApi' do
255
255
 
256
256
  # unit tests for preview_rule_v1
257
257
  # Preview rules notification count and distribution. This will return aggregations on: channel, count, site.
258
- # @param body
258
+ # @param body
259
259
  # @param [Hash] opts the optional parameters
260
260
  # @return [DomainAggregatesResponse]
261
261
  describe 'preview_rule_v1 test' do
@@ -326,7 +326,7 @@ describe 'ReconApi' do
326
326
 
327
327
  # unit tests for update_action_v1
328
328
  # Update an action for a monitoring rule.
329
- # @param body
329
+ # @param body
330
330
  # @param [Hash] opts the optional parameters
331
331
  # @return [DomainActionEntitiesResponseV1]
332
332
  describe 'update_action_v1 test' do
@@ -337,7 +337,7 @@ describe 'ReconApi' do
337
337
 
338
338
  # unit tests for update_notifications_v1
339
339
  # Update notification status or assignee. Accepts bulk requests
340
- # @param body
340
+ # @param body
341
341
  # @param [Hash] opts the optional parameters
342
342
  # @return [DomainNotificationEntitiesResponseV1]
343
343
  describe 'update_notifications_v1 test' do
@@ -348,7 +348,7 @@ describe 'ReconApi' do
348
348
 
349
349
  # unit tests for update_rules_v1
350
350
  # Update monitoring rules.
351
- # @param body
351
+ # @param body
352
352
  # @param [Hash] opts the optional parameters
353
353
  # @return [DomainRulesEntitiesResponseV1]
354
354
  describe 'update_rules_v1 test' do
@@ -93,7 +93,7 @@ describe 'ReportExecutionsApi' do
93
93
 
94
94
  # unit tests for report_executions_retry
95
95
  # This endpoint will be used to retry report executions
96
- # @param body
96
+ # @param body
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [DomainReportExecutionsResponseV1]
99
99
  describe 'report_executions_retry test' do
@@ -56,7 +56,7 @@ describe 'ResponsePoliciesApi' do
56
56
 
57
57
  # unit tests for create_rt_response_policies
58
58
  # Create Response Policies by specifying details about the policy to create
59
- # @param body
59
+ # @param body
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @return [RemoteResponseRespV1]
62
62
  describe 'create_rt_response_policies test' do
@@ -90,7 +90,7 @@ describe 'ResponsePoliciesApi' do
90
90
  # unit tests for perform_rt_response_policies_action
91
91
  # Perform the specified action on the Response Policies specified in the request
92
92
  # @param action_name The action to perform
93
- # @param body
93
+ # @param body
94
94
  # @param [Hash] opts the optional parameters
95
95
  # @return [RemoteResponseRespV1]
96
96
  describe 'perform_rt_response_policies_action test' do
@@ -159,7 +159,7 @@ describe 'ResponsePoliciesApi' do
159
159
 
160
160
  # unit tests for set_rt_response_policies_precedence
161
161
  # 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
162
- # @param body
162
+ # @param body
163
163
  # @param [Hash] opts the optional parameters
164
164
  # @return [MsaQueryResponse]
165
165
  describe 'set_rt_response_policies_precedence test' do
@@ -170,7 +170,7 @@ describe 'ResponsePoliciesApi' do
170
170
 
171
171
  # unit tests for update_rt_response_policies
172
172
  # Update Response Policies by specifying the ID of the policy and details to update
173
- # @param body
173
+ # @param body
174
174
  # @param [Hash] opts the optional parameters
175
175
  # @return [RemoteResponseRespV1]
176
176
  describe 'update_rt_response_policies test' do
@@ -133,7 +133,7 @@ describe 'SampleUploadsApi' do
133
133
 
134
134
  # unit tests for extraction_create_v1
135
135
  # Extracts files from an uploaded archive and copies them to internal storage making it available for content analysis.
136
- # @param body
136
+ # @param body
137
137
  # @param [Hash] opts the optional parameters
138
138
  # @return [ClientExtractionCreateResponseV1]
139
139
  describe 'extraction_create_v1 test' do
@@ -67,7 +67,7 @@ describe 'ScheduledReportsApi' do
67
67
 
68
68
  # unit tests for scheduled_reports_launch
69
69
  # Launch scheduled reports executions for the provided report IDs.
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [DomainReportExecutionsResponseV1]
73
73
  describe 'scheduled_reports_launch test' do
@@ -56,7 +56,7 @@ describe 'SensorUpdatePoliciesApi' do
56
56
 
57
57
  # unit tests for create_sensor_update_policies
58
58
  # Create Sensor Update Policies by specifying details about the policy to create
59
- # @param body
59
+ # @param body
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @return [SensorUpdateRespV1]
62
62
  describe 'create_sensor_update_policies test' do
@@ -67,7 +67,7 @@ describe 'SensorUpdatePoliciesApi' do
67
67
 
68
68
  # unit tests for create_sensor_update_policies_v2
69
69
  # Create Sensor Update Policies by specifying details about the policy to create with additional support for uninstall protection
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [SensorUpdateRespV2]
73
73
  describe 'create_sensor_update_policies_v2 test' do
@@ -112,7 +112,7 @@ describe 'SensorUpdatePoliciesApi' do
112
112
  # unit tests for perform_sensor_update_policies_action
113
113
  # Perform the specified action on the Sensor Update Policies specified in the request
114
114
  # @param action_name The action to perform
115
- # @param body
115
+ # @param body
116
116
  # @param [Hash] opts the optional parameters
117
117
  # @return [SensorUpdateRespV1]
118
118
  describe 'perform_sensor_update_policies_action test' do
@@ -234,7 +234,7 @@ describe 'SensorUpdatePoliciesApi' do
234
234
 
235
235
  # unit tests for reveal_uninstall_token
236
236
  # Reveals an uninstall token for a specific device. To retrieve the bulk maintenance token pass the value &#39;MAINTENANCE&#39; as the value for &#39;device_id&#39;
237
- # @param body
237
+ # @param body
238
238
  # @param [Hash] opts the optional parameters
239
239
  # @return [UninstallTokenRespV1]
240
240
  describe 'reveal_uninstall_token test' do
@@ -245,7 +245,7 @@ describe 'SensorUpdatePoliciesApi' do
245
245
 
246
246
  # unit tests for set_sensor_update_policies_precedence
247
247
  # Sets the precedence of Sensor Update 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
248
- # @param body
248
+ # @param body
249
249
  # @param [Hash] opts the optional parameters
250
250
  # @return [MsaQueryResponse]
251
251
  describe 'set_sensor_update_policies_precedence test' do
@@ -256,7 +256,7 @@ describe 'SensorUpdatePoliciesApi' do
256
256
 
257
257
  # unit tests for update_sensor_update_policies
258
258
  # Update Sensor Update Policies by specifying the ID of the policy and details to update
259
- # @param body
259
+ # @param body
260
260
  # @param [Hash] opts the optional parameters
261
261
  # @return [SensorUpdateRespV1]
262
262
  describe 'update_sensor_update_policies test' do
@@ -267,7 +267,7 @@ describe 'SensorUpdatePoliciesApi' do
267
267
 
268
268
  # unit tests for update_sensor_update_policies_v2
269
269
  # Update Sensor Update Policies by specifying the ID of the policy and details to update with additional support for uninstall protection
270
- # @param body
270
+ # @param body
271
271
  # @param [Hash] opts the optional parameters
272
272
  # @return [SensorUpdateRespV2]
273
273
  describe 'update_sensor_update_policies_v2 test' do
@@ -56,7 +56,7 @@ describe 'SensorVisibilityExclusionsApi' do
56
56
 
57
57
  # unit tests for create_sv_exclusions_v1
58
58
  # Create the sensor visibility exclusions
59
- # @param body
59
+ # @param body
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @return [ExclusionsRespV1]
62
62
  describe 'create_sv_exclusions_v1 test' do
@@ -104,7 +104,7 @@ describe 'SensorVisibilityExclusionsApi' do
104
104
 
105
105
  # unit tests for update_sensor_visibility_exclusions_v1
106
106
  # Update the sensor visibility exclusions
107
- # @param body
107
+ # @param body
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [SvExclusionsRespV1]
110
110
  describe 'update_sensor_visibility_exclusions_v1 test' do
@@ -67,7 +67,7 @@ describe 'TailoredIntelligenceApi' do
67
67
 
68
68
  # unit tests for get_events_entities
69
69
  # Get events entities for specified ids.
70
- # @param body
70
+ # @param body
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @return [DomainEventEntitiesResponse]
73
73
  describe 'get_events_entities test' do
@@ -78,7 +78,7 @@ describe 'TailoredIntelligenceApi' do
78
78
 
79
79
  # unit tests for get_rules_entities
80
80
  # Get rules entities for specified ids.
81
- # @param body
81
+ # @param body
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @return [DomainRuleEntitiesResponse]
84
84
  describe 'get_rules_entities test' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crimson-falcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CRWD Solution Architects
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-14 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -1891,7 +1891,8 @@ files:
1891
1891
  homepage: https://github.com/CrowdStrike/crimson-falcon
1892
1892
  licenses:
1893
1893
  - Unlicense
1894
- metadata: {}
1894
+ metadata:
1895
+ documentation_uri: https://github.com/CrowdStrike/crimson-falcon/blob/main/README.md#crimson-falcon-api-docs
1895
1896
  post_install_message:
1896
1897
  rdoc_options: []
1897
1898
  require_paths: