Monitoring Alarms¶
Provider: Oracle Cloud
Service ID: oci_monitoring_alarms
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'oci_monitoring_alarms',
provider: 'oci',
region: 'default',
source: 'live',
attributes: ['name', 'alarm_id', 'namespace', 'severity', 'is_enabled', 'lifecycle_state']
});
</script>
<div data-sd-service="oci_monitoring_alarms" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: display_name |
alarm_id |
Alarm ID | oci_resource_name |
From API field: id |
namespace |
Namespace | text |
From API field: namespace |
query |
Query | text |
From API field: query |
severity |
Severity | text |
From API field: severity |
is_enabled |
Enabled | boolean |
From API field: is_enabled |
lifecycle_state |
State | status_badge |
From API field: lifecycle_state |
time_created |
Created | datetime |
From API field: time_created |
compartment_id |
Compartment | oci_resource_name |
From API field: compartment_id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name