- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiSyncNewAlertResult
- Try it!
Full name: projects.locations.instances.legacySdk.legacyUpdateNewAlertsSyncStatus
Legacy RPC for updating the sync status of new alerts.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"results": [
{
object ( |
Fields | |
---|---|
results[] |
Required. Synchronization results of SOAR alerts that are supposed to be created in Chronicle SIEM. |
environments[] |
Optional. The environments used for fetching the alerts, should be equal to the environments from the corresponding fetch call. If Environments is null or empty, then, it is considered as All Environments. |
Response body
The LegacySdkUpdateNewAlertsSyncStatusResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Synchronization results of SOAR alerts that are supposed to be created in Chronicle SIEM. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ApiSyncNewAlertResult
ApiSyncNewAlertResult message.
JSON representation |
---|
{ "alertGroupIdentifier": string, "environment": string, "creationTime": string, "createdInSiem": boolean, "siemAlertId": string, "message": string, "updatedInSoar": boolean } |
Fields | |
---|---|
alertGroupIdentifier |
Optional. A unique identifier of the alert, across the whole system. |
environment |
Optional. Environment name which the alert is associated with. |
creationTime |
Optional. Alert creation time in unix format as milliseconds. |
createdInSiem |
Optional. Marks whether the alert has been created successfully in the SIEM. |
siemAlertId |
Optional. Chronicle SIEM alert identifier. In case the identifier is null, then, it is assumed that it is not synced with the SIEM. To avoid syncing the alert, SiemAlertId can be set to -1. |
message |
Optional. Error message which describes the reason for the failure in creating the alert in the remote system. If CreatedInSiem is true, then, this field is ignored. |
updatedInSoar |
Optional. Marks whether the result has been successfully updated in the SOAR. |