You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of scripts for HTTP to sends a HTTP POST/GET Requests.
12
+
Set of scripts to perform simple HTTP requests.
13
13
14
14
## Actions
15
15
16
-
***HTTP POST** (*Enrichment*) - This Action sends a HTTP POST Request.
17
-
***HTTP GET** (*Enrichment*) - This Action sends a HTTP Get Request.
16
+
***HTTP DELETE** (*Containment*) - Sends an HTTP DELETE request to delete the specified resource.
17
+
***HTTP GET** (*Enrichment*) - Sends an HTTP Get request to retrieve data from a specified resource.
18
+
***HTTP HEAD** (*Enrichment*) - Sends an HTTP HEAD request to retrieve data but without the response body.
19
+
***HTTP PATCH** (*Enrichment*) - Sends an HTTP PATCH request to apply partial modifications to a resource.
20
+
***HTTP POST** (*Enrichment*) - Sends an HTTP POST request to create a resource.
21
+
***HTTP PUT** (*Enrichment*) - Sends an HTTP PUT request to to update a resource.
22
+
23
+
18
24
19
25
## HTTP Tools in Automation Service and Cloud SOAR
20
26
@@ -23,10 +29,10 @@ Set of scripts for HTTP to sends a HTTP POST/GET Requests.
23
29
1. The integration details will appear. Click on the **"+"** button to add new Resource. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/http-tools/http-tools-3.png')} style={{border:'1px solid gray'}} alt="http-tools" width="600"/>
24
30
1. Populate all the required fields(\*) and click **Save**.
25
31
***Label**. Name of the resource for HTTP Tools.
26
-
***HTTP API URL**. The URL to send the POST/GET to.
32
+
***HTTP API URL**. The URL to send the requests.
27
33
***Username**. The username to use to access the URL.
28
34
***Password**. The password to use to access the URL.
29
-
***Extra Headers**. Additional HTTP headers to send with the POST/GET e.g. (key1:value1, key2:value2).<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/http-tools/http-tools-4.png')} style={{border:'1px solid gray'}} alt="http-tools" width="400"/>
35
+
***Extra Headers**. Additional HTTP headers to send with the requests e.g. (key1:value1, key2:value2) Or JSON.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/http-tools/http-tools-4.png')} style={{border:'1px solid gray'}} alt="http-tools" width="400"/>
30
36
31
37
## Change Log
32
38
@@ -35,3 +41,8 @@ Set of scripts for HTTP to sends a HTTP POST/GET Requests.
35
41
+ HTTP POST: (Added new field for From-Data to be send in the body of the Request)
36
42
* June 14, 2023 (v1.2) - Updated the integration with Environmental Variables
37
43
* September 25, 2023 (v1.3) - Updated Action: HTTP POST Action
0 commit comments