Class AlertPolicyCheckStatus
AlertPolicyCheckStatus contains information specific to a single run of an alert policy check.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AlertPolicyCheckStatus : IDirectResponseSchema
Properties
AlertPolicies
Output only. The alert policies that this analysis monitors. Format is
projects/{project}/locations/{location}/alertPolicies/{alertPolicy}.
Declaration
[JsonProperty("alertPolicies")]
public virtual IList<string> AlertPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedAlertPolicies
Output only. The alert policies that were found to be firing during this check. This will be empty if no incidents were found.
Declaration
[JsonProperty("failedAlertPolicies")]
public virtual IList<FailedAlertPolicy> FailedAlertPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FailedAlertPolicy> |
FailureMessage
Output only. Additional information about the alert policy check failure, if available. This will be empty if the alert policy check succeeded.
Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The ID of this analysis.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Output only. The resolved labels used to filter for specific incidents.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |