AlertPolicyCheckStatus
import type { AlertPolicyCheckStatus } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";AlertPolicyCheckStatus contains information specific to a single run of an alert policy check.
interface AlertPolicyCheckStatus {
readonly alertPolicies?: string[];
readonly failedAlertPolicies?: FailedAlertPolicy[];
readonly failureMessage?: string;
readonly id?: string;
readonly labels?: {};
}[key: string]: string;
§Properties
§
readonly alertPolicies?: string[]
[src]Output only. The alert policies that this analysis monitors. Format is
projects/{project}/locations/{location}/alertPolicies/{alertPolicy}.
§
readonly failedAlertPolicies?: FailedAlertPolicy[]
[src]Output only. The alert policies that were found to be firing during this check. This will be empty if no incidents were found.