smplkit 3.0.123 → 3.0.124
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6207ba24e43716517aef4aa2778f48faac823aa5fd1e345b264f3097e00aca62
|
|
4
|
+
data.tar.gz: df844f6b83bf9509645bf3c7b8d1465ecbe25e3eeb77c659b4489fcd9009b4fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b8a197b3de2873480024d0e10a2a4097105595c3cd654aac8a813ddb458f4410c82bfb73c2df5e97d57548cc53fff0e081db758e0f23af4092c6a59b36f28f0
|
|
7
|
+
data.tar.gz: 38617981f277de3045def893d42b139f06114ce85ff8ab4b1f789d329d2e7c78d4b6d21a44d71b359180e9f8340665e380a9dff3ccb2ddd1b533995403bfd1d6
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module SmplkitGeneratedClient::Jobs
|
|
17
|
-
# HTTP request a job performs when it fires. Extends the shared
|
|
17
|
+
# HTTP request a job performs when it fires. Extends the shared HTTP configuration with the two fields a scheduled job needs beyond a forwarder (``body`` and ``timeout``); everything else, including the shared name→value ``headers`` object, is inherited unchanged.
|
|
18
18
|
class JobHttpConfiguration < ApiModelBase
|
|
19
19
|
# HTTP method used when delivering the request.
|
|
20
20
|
attr_accessor :method
|
|
@@ -22,7 +22,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
22
22
|
# Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
|
|
23
23
|
attr_accessor :url
|
|
24
24
|
|
|
25
|
-
# HTTP headers
|
|
25
|
+
# HTTP headers attached to each request, as a name→value object (e.g. `{\"Authorization\": \"Bearer s3cr3t\"}`). Override an individual header in a specific environment by its name via a `headers.<name>` entry in that environment's overrides; header names match case-insensitively.
|
|
26
26
|
attr_accessor :headers
|
|
27
27
|
|
|
28
28
|
# HTTP response status that indicates success. Either a specific status code (e.g. `200`, `204`) or a status class (`1xx`, `2xx`, `3xx`, `4xx`, `5xx`).
|