- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LegacyFeedback
- Try it!
Full name: projects.locations.instances.legacy.legacyUpdateAlert
Legacy endpoint for updating an alert.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyUpdateAlert
Path parameters
Parameters | |
---|---|
instance |
Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"alert_id": string,
"feedback": {
object ( |
Fields | |
---|---|
alert_id |
Required. The id of the alert. |
feedback |
Required. The analyst-supplied feedback on the alert. |
Response body
If successful, the response body contains an instance of Collection
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance
resource:
chronicle.legacies.legacyUpdateAlert
For more information, see the IAM documentation.
LegacyFeedback
A piece of user feedback on an alert. NEXT TAG: 15
JSON representation |
---|
{ "idp_user_id": string, "create_time": string, "verdict": enum ( |
Fields | |
---|---|
idp_user_id |
Readonly. The unique identifier supplied by the customer's identity provider (IDP) for the user that provided the feedback. |
create_time |
Readonly. The time when the user submitted the feedback. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
verdict |
A verdict on whether the finding reflects a security inc |
reputation |
A categorization of the finding as useful or not useful. |
confidence_score |
Confidence score (0-100) of the finding. |
risk_score |
Risk score (0-100) of the finding. |
disregarded |
Analyst disregard (or un-disregard) the event. |
severity |
Severity score (1-100) of the finding. |
comment |
Analyst comment. |
status |
Alert status. |
priority |
Alert priority. |
root_cause |
Alert root cause. |
reason |
Reason for closing an Alert. |
severity_display |
Severity display name for UI and filtering. |