Cloud Monitoring Alert Policies¶
Provider: Google Cloud
Service ID: gcp_monitoring_alerts
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_monitoring_alerts',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'policy_id', 'enabled', 'combiner', 'notification_channels_count']
});
</script>
<div data-sd-service="gcp_monitoring_alerts" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'policy_id', 'enabled', 'combiner', 'notification_channels_count', 'conditions_count']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Policy Name | text |
From API field: display_name |
policy_id |
Policy ID | gcp_resource_name |
From API field: name |
enabled |
Enabled | boolean |
From API field: enabled |
combiner |
Combiner | text |
From API field: combiner |
notification_channels_count |
Notification Channels | text |
From API field: notification_channels.length |
conditions_count |
Conditions | text |
From API field: conditions.length |
creation_record_time |
Created | datetime |
From API field: creation_record.mutate_time |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name