HTTP REST API

Integration version: 10.0

Configure HTTP REST API integration in Google Security Operations

For detailed instructions on how to configure an integration inGoogle SecOps, seeConfigureintegrations.

Actions

Get Data

Description

Send an HTTP and get a request.

Parameters

ParametersTypeDefault ValueIs MandatoryDescription
URLStringN/AYesThe URL to send the request to.
UsernameStringN/ANoN/A
PasswordStringN/ANoN/A
SSL VerificationCheckboxUncheckedNoWhether to verify the SSL certificate of the destination server.
Headers JSONStringN/ANoA JSON object of the HTTP headers to be sent with the request.
Ignore HTTP Error CodesCheckboxUncheckedNoIf enabled, the action should ignore 4xx or 5xx HTTP error codes and not return error.

Use cases

N/A

Run On

This action runs on the URL entity.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
response_dataN/AN/A
JSON Result
{"redirects":["http://blank.org/"],"response_code":200,"data":"<html>\n\n<head>\n<title>\nblank\n</title>\n</head>\n\n<body bgcolor=#ffffff text=#2222ff link=#ff0000 vlink=#880000 alink=#00ff00>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<center>\n<a style=\"text-decoration:none\" href=\"blank.html\">.</a>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n</center>\n</body>\n</html>\n"}

Get URL Data

Description

Send HTTP GET requests to URL entities.

Parameters

ParametersTypeDefault ValueIs MandatoryDescription
UsernameStringN/ANoUsername for basic authentication. Optional.
PasswordStringN/ANoPassword for basic authentication. Optional.
SSL VerificationCheckboxN/ANoWhether to verify the SSL certificate of the destination server.

Use cases

N/A

Run On

This action runs on the URL entity.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
is_successTrue/Falseis_success:False
JSON Result
[{"EntityResult":{"redirects":["http://blank.org/"],"data":"<html>\\n\\n<head>\\n<title>\\nblank\\n</title>\\n</head>\\n\\n<body bgcolor=#ffffff text=#2222ff link=#ff0000 vlink=#880000 alink=#00ff00>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<center>\\n<a style=\\\"text-decoration:none\\\" href=\\\"blank.html\\\">.</a>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n<br>\\n</center>\\n</body>\\n</html>\\n"},"Entity":"http://blank.org/"}]

Ping

Description

Test Connectivity.

Parameters

N/A

Use cases

N/A

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
is_succeedTrue/Falseis_succeed:False
JSON Result
N/A

Post Data

Description

Send HTTP and post requests.

Parameters

ParameterTypeDefault ValueDescription
URLStringN/AYesThe URL to send the request to.
DataStringN/AYesThe data to send with the request.
UsernameStringN/ANoN/A
PasswordStringN/ANoN/A
SSL VerificationCheckboxN/AUncheckedWhether to verify the SSL certificate of the destination server.
Headers JSONStringN/ANoA JSON object of the HTTP headers to be sent with the request.
Content TypeStringN/ANoContent type. If set to application or JSON, the input data must be JSON string.

Use cases

N/A

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
response_dataN/AN/A
JSON Result
{"redirects":["http://blank.org/"],"data":"<html>\n\n<head>\n<title>\nblank\n</title>\n</head>\n\n<body bgcolor=#ffffff text=#2222ff link=#ff0000 vlink=#880000 alink=#00ff00>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<center>\n<a style=\"text-decoration:none\" href=\"blank.html\">.</a>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n</center>\n</body>\n</html>\n"}

Need more help?Get answers from Community members and Google SecOps professionals.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.