- 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_ |
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_ |
Readonly. The unique identifier supplied by the customer's identity provider (IDP) for the user that provided the feedback. |
create_ |
Readonly. The time when the user submitted the feedback. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
verdict |
A verdict on whether the finding reflects a security inc |
reputation |
A categorization of the finding as useful or not useful. |
confidence_ |
Confidence score (0-100) of the finding. |
risk_ |
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_ |
Alert root cause. |
reason |
Reason for closing an Alert. |
severity_ |
Severity display name for UI and filtering. |