files.com 1.1.142 → 1.1.143
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.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/siem_http_destination.md +8 -8
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d31bc19b7cccebbeecb51dcbc1b6ce27088967240638449dcb62cad32c776fc
|
|
4
|
+
data.tar.gz: 7586cd423f0df3a1b908850bd390cd58eea97f44261d1c716d7a51e83d9fabe1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c62bddbb0252fc2a0c602f01563f1f244efd6e55895f4e61a57d2faa51eb51aac518e3af2ec9acf2bc84a889647e5cc4278f9dfc5e5f4338cac54dc007a71a19
|
|
7
|
+
data.tar.gz: f88a37f145478a870e363e45eaff1bc3ec0dadbdd54c185c7c4973f9773b90862dee44b74a3f91d315618e2f0e1cce034c695b7a00de54e2960dd04c0b4a94f0
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.143
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
---
|
|
115
115
|
|
|
116
|
-
## List
|
|
116
|
+
## List SIEM HTTP Destinations
|
|
117
117
|
|
|
118
118
|
```
|
|
119
119
|
Files::SiemHttpDestination.list
|
|
@@ -127,7 +127,7 @@ Files::SiemHttpDestination.list
|
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|
|
130
|
-
## Show
|
|
130
|
+
## Show SIEM HTTP Destination
|
|
131
131
|
|
|
132
132
|
```
|
|
133
133
|
Files::SiemHttpDestination.find(id)
|
|
@@ -140,7 +140,7 @@ Files::SiemHttpDestination.find(id)
|
|
|
140
140
|
|
|
141
141
|
---
|
|
142
142
|
|
|
143
|
-
## Create
|
|
143
|
+
## Create SIEM HTTP Destination
|
|
144
144
|
|
|
145
145
|
```
|
|
146
146
|
Files::SiemHttpDestination.create(
|
|
@@ -201,7 +201,7 @@ Files::SiemHttpDestination.create(
|
|
|
201
201
|
|
|
202
202
|
---
|
|
203
203
|
|
|
204
|
-
## send_test_entry
|
|
204
|
+
## send_test_entry SIEM HTTP Destination
|
|
205
205
|
|
|
206
206
|
```
|
|
207
207
|
Files::SiemHttpDestination.send_test_entry(
|
|
@@ -264,7 +264,7 @@ Files::SiemHttpDestination.send_test_entry(
|
|
|
264
264
|
|
|
265
265
|
---
|
|
266
266
|
|
|
267
|
-
## Update
|
|
267
|
+
## Update SIEM HTTP Destination
|
|
268
268
|
|
|
269
269
|
```
|
|
270
270
|
Files::SiemHttpDestination.update(id,
|
|
@@ -326,7 +326,7 @@ Files::SiemHttpDestination.update(id,
|
|
|
326
326
|
|
|
327
327
|
---
|
|
328
328
|
|
|
329
|
-
## Delete
|
|
329
|
+
## Delete SIEM HTTP Destination
|
|
330
330
|
|
|
331
331
|
```
|
|
332
332
|
Files::SiemHttpDestination.delete(id)
|
|
@@ -339,7 +339,7 @@ Files::SiemHttpDestination.delete(id)
|
|
|
339
339
|
|
|
340
340
|
---
|
|
341
341
|
|
|
342
|
-
## Update
|
|
342
|
+
## Update SIEM HTTP Destination
|
|
343
343
|
|
|
344
344
|
```
|
|
345
345
|
siem_http_destination = Files::SiemHttpDestination.find(id)
|
|
@@ -403,7 +403,7 @@ siem_http_destination.update(
|
|
|
403
403
|
|
|
404
404
|
---
|
|
405
405
|
|
|
406
|
-
## Delete
|
|
406
|
+
## Delete SIEM HTTP Destination
|
|
407
407
|
|
|
408
408
|
```
|
|
409
409
|
siem_http_destination = Files::SiemHttpDestination.find(id)
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.143
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|