files.com 1.2.125 → 1.2.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_VERSION +1 -1
- package/docs/models/SiemHttpDestination.md +396 -0
- package/lib/Files.js +1 -1
- package/lib/models/SiemHttpDestination.js +1062 -0
- package/package.json +1 -1
- package/src/Files.js +1 -1
- package/src/models/SiemHttpDestination.js +805 -0
package/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.126
|
@@ -0,0 +1,396 @@
|
|
1
|
+
# SiemHttpDestination
|
2
|
+
|
3
|
+
## Example SiemHttpDestination Object
|
4
|
+
|
5
|
+
```
|
6
|
+
{
|
7
|
+
"id": 1,
|
8
|
+
"name": "example",
|
9
|
+
"destination_type": "example",
|
10
|
+
"destination_url": "example",
|
11
|
+
"additional_headers": {
|
12
|
+
"key": "example value"
|
13
|
+
},
|
14
|
+
"sending_active": true,
|
15
|
+
"generic_payload_type": "example",
|
16
|
+
"splunk_token_masked": "example",
|
17
|
+
"azure_dcr_immutable_id": "example",
|
18
|
+
"azure_stream_name": "example",
|
19
|
+
"azure_oauth_client_credentials_tenant_id": "example",
|
20
|
+
"azure_oauth_client_credentials_client_id": "example",
|
21
|
+
"azure_oauth_client_credentials_client_secret_masked": "example",
|
22
|
+
"qradar_username": "example",
|
23
|
+
"qradar_password_masked": "example",
|
24
|
+
"solar_winds_token_masked": "example",
|
25
|
+
"new_relic_api_key_masked": "example",
|
26
|
+
"datadog_api_key_masked": "example",
|
27
|
+
"sftp_action_send_enabled": true,
|
28
|
+
"sftp_action_records_sent_entries_sent": 1,
|
29
|
+
"ftp_action_send_enabled": true,
|
30
|
+
"ftp_action_records_sent_entries_sent": 1,
|
31
|
+
"web_dav_action_send_enabled": true,
|
32
|
+
"web_dav_action_records_sent_entries_sent": 1,
|
33
|
+
"sync_send_enabled": true,
|
34
|
+
"sync_records_sent_entries_sent": 1,
|
35
|
+
"outbound_connection_send_enabled": true,
|
36
|
+
"outbound_connection_records_sent_entries_sent": 1,
|
37
|
+
"automation_send_enabled": true,
|
38
|
+
"automation_records_sent_entries_sent": 1,
|
39
|
+
"api_request_send_enabled": true,
|
40
|
+
"api_request_records_sent_entries_sent": 1,
|
41
|
+
"public_hosting_request_send_enabled": true,
|
42
|
+
"public_hosting_request_records_sent_entries_sent": 1,
|
43
|
+
"email_send_enabled": true,
|
44
|
+
"email_records_sent_entries_sent": 1,
|
45
|
+
"exavault_api_request_send_enabled": true,
|
46
|
+
"exavault_api_request_records_sent_entries_sent": 1,
|
47
|
+
"last_http_call_target_type": "destination_url",
|
48
|
+
"last_http_call_success": true,
|
49
|
+
"last_http_call_response_code": 1,
|
50
|
+
"last_http_call_response_body": "example",
|
51
|
+
"last_http_call_error_message": "example",
|
52
|
+
"last_http_call_time": "example",
|
53
|
+
"last_http_call_duration_ms": 1,
|
54
|
+
"most_recent_http_call_success_time": "example",
|
55
|
+
"connection_test_entry": "example"
|
56
|
+
}
|
57
|
+
```
|
58
|
+
|
59
|
+
* `id` (int64): SIEM HTTP Destination ID
|
60
|
+
* `name` (string): Name for this Destination
|
61
|
+
* `destination_type` (string): Destination Type
|
62
|
+
* `destination_url` (string): Destination Url
|
63
|
+
* `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL
|
64
|
+
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
65
|
+
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
66
|
+
* `splunk_token_masked` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
67
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
|
68
|
+
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
69
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
|
70
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
|
71
|
+
* `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
72
|
+
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
73
|
+
* `qradar_password_masked` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
74
|
+
* `solar_winds_token_masked` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
75
|
+
* `new_relic_api_key_masked` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
76
|
+
* `datadog_api_key_masked` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
77
|
+
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
78
|
+
* `sftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
79
|
+
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
80
|
+
* `ftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
81
|
+
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
82
|
+
* `web_dav_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
83
|
+
* `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
|
84
|
+
* `sync_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
85
|
+
* `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
|
86
|
+
* `outbound_connection_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
87
|
+
* `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
|
88
|
+
* `automation_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
89
|
+
* `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
|
90
|
+
* `api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
91
|
+
* `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
|
92
|
+
* `public_hosting_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
93
|
+
* `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
|
94
|
+
* `email_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
95
|
+
* `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
|
96
|
+
* `exavault_api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
97
|
+
* `last_http_call_target_type` (string): Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
|
98
|
+
* `last_http_call_success` (boolean): Was the last HTTP call made successful?
|
99
|
+
* `last_http_call_response_code` (int64): Last HTTP Call Response Code
|
100
|
+
* `last_http_call_response_body` (string): Last HTTP Call Response Body. Large responses are truncated.
|
101
|
+
* `last_http_call_error_message` (string): Last HTTP Call Error Message if applicable
|
102
|
+
* `last_http_call_time` (string): Time of Last HTTP Call
|
103
|
+
* `last_http_call_duration_ms` (int64): Duration of the last HTTP Call in milliseconds
|
104
|
+
* `most_recent_http_call_success_time` (string): Time of Most Recent Successful HTTP Call
|
105
|
+
* `connection_test_entry` (string): Connection Test Entry
|
106
|
+
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
107
|
+
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
108
|
+
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
109
|
+
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
110
|
+
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
111
|
+
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
112
|
+
|
113
|
+
---
|
114
|
+
|
115
|
+
## List Siem Http Destinations
|
116
|
+
|
117
|
+
```
|
118
|
+
await SiemHttpDestination.list
|
119
|
+
```
|
120
|
+
|
121
|
+
|
122
|
+
### Parameters
|
123
|
+
|
124
|
+
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
125
|
+
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
126
|
+
|
127
|
+
---
|
128
|
+
|
129
|
+
## Show Siem Http Destination
|
130
|
+
|
131
|
+
```
|
132
|
+
await SiemHttpDestination.find(id)
|
133
|
+
```
|
134
|
+
|
135
|
+
|
136
|
+
### Parameters
|
137
|
+
|
138
|
+
* `id` (int64): Required - Siem Http Destination ID.
|
139
|
+
|
140
|
+
---
|
141
|
+
|
142
|
+
## Create Siem Http Destination
|
143
|
+
|
144
|
+
```
|
145
|
+
await SiemHttpDestination.create({
|
146
|
+
'name': "example",
|
147
|
+
'additional_headers': {"key":"example value"},
|
148
|
+
'sending_active': true,
|
149
|
+
'generic_payload_type': "example",
|
150
|
+
'azure_dcr_immutable_id': "example",
|
151
|
+
'azure_stream_name': "example",
|
152
|
+
'azure_oauth_client_credentials_tenant_id': "example",
|
153
|
+
'azure_oauth_client_credentials_client_id': "example",
|
154
|
+
'qradar_username': "example",
|
155
|
+
'sftp_action_send_enabled': true,
|
156
|
+
'ftp_action_send_enabled': true,
|
157
|
+
'web_dav_action_send_enabled': true,
|
158
|
+
'sync_send_enabled': true,
|
159
|
+
'outbound_connection_send_enabled': true,
|
160
|
+
'automation_send_enabled': true,
|
161
|
+
'api_request_send_enabled': true,
|
162
|
+
'public_hosting_request_send_enabled': true,
|
163
|
+
'email_send_enabled': true,
|
164
|
+
'exavault_api_request_send_enabled': true,
|
165
|
+
'destination_type': "example",
|
166
|
+
'destination_url': "example",
|
167
|
+
})
|
168
|
+
```
|
169
|
+
|
170
|
+
|
171
|
+
### Parameters
|
172
|
+
|
173
|
+
* `name` (string): Name for this Destination
|
174
|
+
* `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL
|
175
|
+
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
176
|
+
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
177
|
+
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
178
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
|
179
|
+
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
180
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
|
181
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
|
182
|
+
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
183
|
+
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
184
|
+
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
185
|
+
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
186
|
+
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
187
|
+
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
188
|
+
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
189
|
+
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
190
|
+
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
191
|
+
* `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
|
192
|
+
* `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
|
193
|
+
* `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
|
194
|
+
* `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
|
195
|
+
* `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
|
196
|
+
* `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
|
197
|
+
* `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
|
198
|
+
* `destination_type` (string): Required - Destination Type
|
199
|
+
* `destination_url` (string): Required - Destination Url
|
200
|
+
|
201
|
+
---
|
202
|
+
|
203
|
+
## send_test_entry Siem Http Destination
|
204
|
+
|
205
|
+
```
|
206
|
+
await SiemHttpDestination.sendTestEntry({
|
207
|
+
'siem_http_destination_id': 1,
|
208
|
+
'destination_type': "example",
|
209
|
+
'destination_url': "example",
|
210
|
+
'name': "example",
|
211
|
+
'additional_headers': {"key":"example value"},
|
212
|
+
'sending_active': true,
|
213
|
+
'generic_payload_type': "example",
|
214
|
+
'azure_dcr_immutable_id': "example",
|
215
|
+
'azure_stream_name': "example",
|
216
|
+
'azure_oauth_client_credentials_tenant_id': "example",
|
217
|
+
'azure_oauth_client_credentials_client_id': "example",
|
218
|
+
'qradar_username': "example",
|
219
|
+
'sftp_action_send_enabled': true,
|
220
|
+
'ftp_action_send_enabled': true,
|
221
|
+
'web_dav_action_send_enabled': true,
|
222
|
+
'sync_send_enabled': true,
|
223
|
+
'outbound_connection_send_enabled': true,
|
224
|
+
'automation_send_enabled': true,
|
225
|
+
'api_request_send_enabled': true,
|
226
|
+
'public_hosting_request_send_enabled': true,
|
227
|
+
'email_send_enabled': true,
|
228
|
+
'exavault_api_request_send_enabled': true,
|
229
|
+
})
|
230
|
+
```
|
231
|
+
|
232
|
+
|
233
|
+
### Parameters
|
234
|
+
|
235
|
+
* `siem_http_destination_id` (int64): SIEM HTTP Destination ID
|
236
|
+
* `destination_type` (string): Destination Type
|
237
|
+
* `destination_url` (string): Destination Url
|
238
|
+
* `name` (string): Name for this Destination
|
239
|
+
* `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL
|
240
|
+
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
241
|
+
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
242
|
+
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
243
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
|
244
|
+
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
245
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
|
246
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
|
247
|
+
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
248
|
+
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
249
|
+
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
250
|
+
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
251
|
+
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
252
|
+
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
253
|
+
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
254
|
+
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
255
|
+
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
256
|
+
* `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
|
257
|
+
* `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
|
258
|
+
* `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
|
259
|
+
* `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
|
260
|
+
* `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
|
261
|
+
* `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
|
262
|
+
* `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
|
263
|
+
|
264
|
+
---
|
265
|
+
|
266
|
+
## Update Siem Http Destination
|
267
|
+
|
268
|
+
```
|
269
|
+
const siem_http_destination = await SiemHttpDestination.find(id)
|
270
|
+
|
271
|
+
await siem_http_destination.update({
|
272
|
+
'name': "example",
|
273
|
+
'additional_headers': {"key":"example value"},
|
274
|
+
'sending_active': true,
|
275
|
+
'generic_payload_type': "example",
|
276
|
+
'azure_dcr_immutable_id': "example",
|
277
|
+
'azure_stream_name': "example",
|
278
|
+
'azure_oauth_client_credentials_tenant_id': "example",
|
279
|
+
'azure_oauth_client_credentials_client_id': "example",
|
280
|
+
'qradar_username': "example",
|
281
|
+
'sftp_action_send_enabled': true,
|
282
|
+
'ftp_action_send_enabled': true,
|
283
|
+
'web_dav_action_send_enabled': true,
|
284
|
+
'sync_send_enabled': true,
|
285
|
+
'outbound_connection_send_enabled': true,
|
286
|
+
'automation_send_enabled': true,
|
287
|
+
'api_request_send_enabled': true,
|
288
|
+
'public_hosting_request_send_enabled': true,
|
289
|
+
'email_send_enabled': true,
|
290
|
+
'exavault_api_request_send_enabled': true,
|
291
|
+
'destination_type': "example",
|
292
|
+
'destination_url': "example",
|
293
|
+
})
|
294
|
+
```
|
295
|
+
|
296
|
+
### Parameters
|
297
|
+
|
298
|
+
* `id` (int64): Required - Siem Http Destination ID.
|
299
|
+
* `name` (string): Name for this Destination
|
300
|
+
* `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL
|
301
|
+
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
302
|
+
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
303
|
+
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
304
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
|
305
|
+
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
306
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
|
307
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
|
308
|
+
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
309
|
+
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
310
|
+
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
311
|
+
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
312
|
+
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
313
|
+
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
314
|
+
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
315
|
+
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
316
|
+
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
317
|
+
* `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
|
318
|
+
* `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
|
319
|
+
* `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
|
320
|
+
* `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
|
321
|
+
* `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
|
322
|
+
* `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
|
323
|
+
* `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
|
324
|
+
* `destination_type` (string): Destination Type
|
325
|
+
* `destination_url` (string): Destination Url
|
326
|
+
|
327
|
+
### Example Response
|
328
|
+
|
329
|
+
```json
|
330
|
+
{
|
331
|
+
"id": 1,
|
332
|
+
"name": "example",
|
333
|
+
"destination_type": "example",
|
334
|
+
"destination_url": "example",
|
335
|
+
"additional_headers": {
|
336
|
+
"key": "example value"
|
337
|
+
},
|
338
|
+
"sending_active": true,
|
339
|
+
"generic_payload_type": "example",
|
340
|
+
"splunk_token_masked": "example",
|
341
|
+
"azure_dcr_immutable_id": "example",
|
342
|
+
"azure_stream_name": "example",
|
343
|
+
"azure_oauth_client_credentials_tenant_id": "example",
|
344
|
+
"azure_oauth_client_credentials_client_id": "example",
|
345
|
+
"azure_oauth_client_credentials_client_secret_masked": "example",
|
346
|
+
"qradar_username": "example",
|
347
|
+
"qradar_password_masked": "example",
|
348
|
+
"solar_winds_token_masked": "example",
|
349
|
+
"new_relic_api_key_masked": "example",
|
350
|
+
"datadog_api_key_masked": "example",
|
351
|
+
"sftp_action_send_enabled": true,
|
352
|
+
"sftp_action_records_sent_entries_sent": 1,
|
353
|
+
"ftp_action_send_enabled": true,
|
354
|
+
"ftp_action_records_sent_entries_sent": 1,
|
355
|
+
"web_dav_action_send_enabled": true,
|
356
|
+
"web_dav_action_records_sent_entries_sent": 1,
|
357
|
+
"sync_send_enabled": true,
|
358
|
+
"sync_records_sent_entries_sent": 1,
|
359
|
+
"outbound_connection_send_enabled": true,
|
360
|
+
"outbound_connection_records_sent_entries_sent": 1,
|
361
|
+
"automation_send_enabled": true,
|
362
|
+
"automation_records_sent_entries_sent": 1,
|
363
|
+
"api_request_send_enabled": true,
|
364
|
+
"api_request_records_sent_entries_sent": 1,
|
365
|
+
"public_hosting_request_send_enabled": true,
|
366
|
+
"public_hosting_request_records_sent_entries_sent": 1,
|
367
|
+
"email_send_enabled": true,
|
368
|
+
"email_records_sent_entries_sent": 1,
|
369
|
+
"exavault_api_request_send_enabled": true,
|
370
|
+
"exavault_api_request_records_sent_entries_sent": 1,
|
371
|
+
"last_http_call_target_type": "destination_url",
|
372
|
+
"last_http_call_success": true,
|
373
|
+
"last_http_call_response_code": 1,
|
374
|
+
"last_http_call_response_body": "example",
|
375
|
+
"last_http_call_error_message": "example",
|
376
|
+
"last_http_call_time": "example",
|
377
|
+
"last_http_call_duration_ms": 1,
|
378
|
+
"most_recent_http_call_success_time": "example",
|
379
|
+
"connection_test_entry": "example"
|
380
|
+
}
|
381
|
+
```
|
382
|
+
|
383
|
+
---
|
384
|
+
|
385
|
+
## Delete Siem Http Destination
|
386
|
+
|
387
|
+
```
|
388
|
+
const siem_http_destination = await SiemHttpDestination.find(id)
|
389
|
+
|
390
|
+
await siem_http_destination.delete()
|
391
|
+
```
|
392
|
+
|
393
|
+
### Parameters
|
394
|
+
|
395
|
+
* `id` (int64): Required - Siem Http Destination ID.
|
396
|
+
|
package/lib/Files.js
CHANGED
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
|
|
11
11
|
var apiKey;
|
12
12
|
var baseUrl = 'https://app.files.com';
|
13
13
|
var sessionId = null;
|
14
|
-
var version = '1.2.
|
14
|
+
var version = '1.2.126';
|
15
15
|
var userAgent = "Files.com JavaScript SDK v".concat(version);
|
16
16
|
var logLevel = _Logger.LogLevel.INFO;
|
17
17
|
var debugRequest = false;
|