REST Resource: alerts.feedback
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AlertFeedback
A customer feedback about an alert.
JSON representation |
{
"customerId": string,
"alertId": string,
"feedbackId": string,
"createTime": string,
"type": enum (AlertFeedbackType ),
"email": string
} |
Fields |
customerId |
string
Output only. The unique identifier of the Google Workspace account of the customer.
|
alertId |
string
Output only. The alert identifier.
|
feedbackId |
string
Output only. The unique identifier for the feedback.
|
createTime |
string (Timestamp format)
Output only. The time this feedback was created.
|
type |
enum (AlertFeedbackType )
Required. The type of the feedback.
|
email |
string
Output only. The email of the user that provided the feedback.
|
AlertFeedbackType
The type of alert feedback.
Enums |
ALERT_FEEDBACK_TYPE_UNSPECIFIED |
The feedback type is not specified. |
NOT_USEFUL |
The alert report is not useful. |
SOMEWHAT_USEFUL |
The alert report is somewhat useful. |
VERY_USEFUL |
The alert report is very useful. |
Methods |
|
Creates new feedback for an alert. |
|
Lists all the feedback for an alert. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# REST Resource: alerts.feedback\n\n- [Resource: AlertFeedback](#AlertFeedback)\n - [JSON representation](#AlertFeedback.SCHEMA_REPRESENTATION)\n- [AlertFeedbackType](#AlertFeedbackType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AlertFeedback\n-----------------------\n\nA customer feedback about an alert.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customerId\": string, \"alertId\": string, \"feedbackId\": string, \"createTime\": string, \"type\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback#AlertFeedbackType), \"email\": string } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerId` | `string` Output only. The unique identifier of the Google Workspace account of the customer. |\n| `alertId` | `string` Output only. The alert identifier. |\n| `feedbackId` | `string` Output only. The unique identifier for the feedback. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time this feedback was created. |\n| `type` | `enum (`[AlertFeedbackType](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback#AlertFeedbackType)`)` Required. The type of the feedback. |\n| `email` | `string` Output only. The email of the user that provided the feedback. |\n\nAlertFeedbackType\n-----------------\n\nThe type of alert feedback.\n\n| Enums ||\n|-----------------------------------|--------------------------------------|\n| `ALERT_FEEDBACK_TYPE_UNSPECIFIED` | The feedback type is not specified. |\n| `NOT_USEFUL` | The alert report is not useful. |\n| `SOMEWHAT_USEFUL` | The alert report is somewhat useful. |\n| `VERY_USEFUL` | The alert report is very useful. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|--------------------------------------|\n| ### [create](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback/create) | Creates new feedback for an alert. |\n| ### [list](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback/list) | Lists all the feedback for an alert. |"]]