Class IncidentList
A widget that displays a list of incidents
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class IncidentList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MonitoredResources
Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.
Declaration
[JsonProperty("monitoredResources")]
public virtual IList<MonitoredResource> MonitoredResources { get; set; }
Property Value
Type | Description |
---|---|
IList<MonitoredResource> |
PolicyNames
Optional. A list of alert policy names to filter the incident list by. Don't include the project ID prefix in the policy name. For example, use alertPolicies/utilization.
Declaration
[JsonProperty("policyNames")]
public virtual IList<string> PolicyNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |