Broadcom · Schema

Broadcom Alert

An Alert represents a configurable monitoring rule in Operations for Applications that evaluates metric conditions and triggers notifications when thresholds are breached.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualization

Properties

Name Type Description
id string The unique identifier of the alert.
name string The display name of the alert.
condition string The query expression that defines the alert condition.
displayExpression string The query expression used for display purposes in notifications.
minutes integer The number of minutes the condition must be met before the alert fires.
resolveAfterMinutes integer The number of minutes after which the alert auto-resolves if the condition clears.
severity string The severity level of the alert.
status array The current statuses of the alert.
tags object Tags associated with the alert.
targets object Notification targets keyed by severity level.
creatorId string The identifier of the user who created the alert.
updaterId string The identifier of the user who last updated the alert.
createdEpochMillis integer The creation timestamp in epoch milliseconds.
updatedEpochMillis integer The last update timestamp in epoch milliseconds.
View JSON Schema on GitHub