- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiSyncAlert
- ApiSyncAlertPriority
- ApiSyncAlertStatus
- ApiSyncAlertCloseReason
- ApiSyncAlertUsefulness
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetSyncAlerts
Legacy RPC for getting sync 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 |
---|
{ "alertGroupIds": [ string ] } |
Fields | |
---|---|
alertGroupIds[] |
Required. The alerts to sync request data. |
Response body
The LegacySdkGetSyncAlertsResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
The sync alerts. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ApiSyncAlert
ApiSyncAlert message.
JSON representation |
---|
{ "groupId": string, "id": string, "caseId": string, "environment": string, "priority": enum ( |
Fields | |
---|---|
groupId |
Alert group identifier. |
id |
Alert identifier. |
caseId |
Case identifier. |
environment |
Environment name which the alert is associated with. |
priority |
Alert priority. |
status |
Alert status. |
ticketId |
Original identifier of the alert in its source system. |
creationTimeUnixTimeInMs |
Alert creation time in unix format as milliseconds. |
closeComment |
Close comment. |
closeRootCause |
Close root cause. |
siemAlertId |
Chronicle SIEM alert identifier. |
closeReason |
Close reason. |
closeUsefulness |
Close usefulness. |
ApiSyncAlertPriority
ApiSyncAlertPriority enum.
Enums | |
---|---|
INFORMATIVE |
Informative. |
UNCHANGED |
Unchanged. |
LOW |
Low. |
MEDIUM |
Medium. |
HIGH |
High. |
CRITICAL |
Critical. |
ApiSyncAlertStatus
ApiSyncAlertStatus enum.
Enums | |
---|---|
OPENED |
Opened. |
CLOSED |
Closed. |
ApiSyncAlertCloseReason
ApiSyncAlertCloseReason enum.
Enums | |
---|---|
MALICIOUS |
Malicious. |
NOT_MALICIOUS |
Not malicious. |
MAINTENANCE |
Maintenance. |
INCONCLUSIVE |
Inconclusive. |
UNKNOWN |
Unknown. |
ApiSyncAlertUsefulness
ApiSyncAlertUsefulness enum.
Enums | |
---|---|
NONE |
None. |
NOT_USEFUL |
Not useful. |
USEFUL |
Useful. |