- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.cases.caseAlerts.resolveOverviewWidget
Resolve alert overview widget.
HTTP request
Path parameters
Parameters | |
---|---|
name |
Required. The alert to resolve overview widget for. The resource name. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}:resolveOverviewWidget |
Query parameters
Parameters | |
---|---|
widgetIdentifier |
Required. Widget identifier to resolve. |
caseId |
Required. Case id to resolve overview widget for. |
forceRefresh |
Optional. Force refresh the widget. |
firstRequest |
Optional. Is first request to resolve overview widget. |
Request body
The request body must be empty.
Response body
Response message for caseAlerts.resolveOverviewWidget.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field overview_widget . The overview widget to resolve. overview_widget can be only one of the following: |
|
alertOverviewWidget |
Output only. The alert overview widget to resolve. |
caseApsGraphWidget |
Output only. The case aps graph widget to resolve. |
caseAssistantWidget |
Output only. The AI case assistant widget to resolve. |
caseDescriptionWidget |
Output only. The case description widget to resolve. |
caseImpactedResourcesWidget |
Output only. The case impacted resources widget to resolve. |
caseRecommendationsWidget |
Output only. The case recommendations widget to resolve. |
caseRelatedFindingsWidget |
Output only. The case related findings widget to resolve. |
entitiesHighlightWidget |
Output only. The entities highlight widget to resolve. |
eventsWidget |
Output only. The events widget to resolve. |
formWidget |
Output only. The form widget to resolve. |
graphWidget |
Output only. The graph widget to resolve. |
htmlWidget |
Output only. The html widget to resolve. |
insightsWidget |
Output only. The insights widget to resolve. |
jsonResultsWidget |
Output only. The json result widget to resolve. |
keyValueWidget |
Output only. The key value widget to resolve. |
pendingStepsWidget |
Output only. The workflow pending steps widget to resolve. |
potentiallyGroupedAlertsWidget |
Output only. The potentially grouped alerts widget to resolve. |
quickActionsWidget |
Output only. The quick actions widget to resolve. |
siemAlertsWidget |
Output only. The siem alerts widget to resolve. |
statisticsWidget |
Output only. The statistics widget to resolve. |
textWidget |
Output only. The text widget to resolve. |
timelineWidget |
Output only. The timeline widget to resolve. |
wallActivitiesWidget |
Output only. The case wall activities widget to resolve. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.