Skip to content

Commit a6b1c9d

Browse files
App centeral http tools (#4203)
* servicenow-v2 added change log * changes Http Tools * Update docs/platform-services/automation-service/app-central/integrations/servicenow-v2.md --------- Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com>
1 parent b59c886 commit a6b1c9d

File tree

2 files changed

+18
-7
lines changed
  • docs/platform-services/automation-service/app-central/integrations
  • static/img/platform-services/automation-service/app-central/integrations/http-tools

2 files changed

+18
-7
lines changed

docs/platform-services/automation-service/app-central/integrations/http-tools.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/http-tools.png')} alt="http-tools" width="80"/>
88

9-
***Version: 1.3
10-
Updated: Sep 25, 2023***
9+
***Version: 1.4
10+
Updated: June 12, 2024***
1111

12-
Set of scripts for HTTP to sends a HTTP POST/GET Requests.
12+
Set of scripts to perform simple HTTP requests.
1313

1414
## Actions
1515

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+
1824

1925
## HTTP Tools in Automation Service and Cloud SOAR
2026

@@ -23,10 +29,10 @@ Set of scripts for HTTP to sends a HTTP POST/GET Requests.
2329
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"/>
2430
1. Populate all the required fields(\*) and click **Save**.
2531
* **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.
2733
* **Username**. The username to use to access the URL.
2834
* **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"/>
3036

3137
## Change Log
3238

@@ -35,3 +41,8 @@ Set of scripts for HTTP to sends a HTTP POST/GET Requests.
3541
+ HTTP POST: (Added new field for From-Data to be send in the body of the Request)
3642
* June 14, 2023 (v1.2) - Updated the integration with Environmental Variables
3743
* September 25, 2023 (v1.3) - Updated Action: HTTP POST Action
44+
* June 12, 2024 (v1.3) - New Actions:
45+
+ HTTP DELETE
46+
+ HTTP HEAD
47+
+ HTTP PATCH
48+
+ HTTP PUT

0 commit comments

Comments
 (0)