Datadog/monitors
@webframp/datadog/monitorsv2026.07.20.11
01README
Datadog Monitors — monitor definitions, muting, status, and downtime management
02Release Notes
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/monitors with 10 methods covering the Datadog monitors API surface.
03Models
@webframp/datadog/monitorsv2026.07.20.11datadog/monitors.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
fn get_monitor_notification_rules(sort?: string, filters?: string, include?: string)
Get all monitor notification rules
| Argument | Type | Description |
|---|---|---|
| sort? | string | String for sort order, composed of field and sort order separated by a colon,... |
| filters? | string | JSON-encoded filter object. Supported keys: * `text`: Free-text query matched... |
| include? | string | Comma-separated list of resource paths for related resources to include in th... |
fn create_monitor_notification_rule(conditional_recipients?: unknown, filter?: unknown, name: unknown, recipients?: unknown)
Create a monitor notification rule
| Argument | Type | Description |
|---|---|---|
| conditional_recipients? | unknown | |
| filter? | unknown | |
| name | unknown | |
| recipients? | unknown |
fn get_monitor_notification_rule(rule_id: string, include?: string)
Get a monitor notification rule
| Argument | Type | Description |
|---|---|---|
| rule_id | string | ID of the monitor notification rule to fetch. |
| include? | string | Comma-separated list of resource paths for related resources to include in th... |
fn update_monitor_notification_rule(rule_id: string, conditional_recipients?: unknown, filter?: unknown, name: unknown, recipients?: unknown)
Update a monitor notification rule
| Argument | Type | Description |
|---|---|---|
| rule_id | string | ID of the monitor notification rule to update. |
| conditional_recipients? | unknown | |
| filter? | unknown | |
| name | unknown | |
| recipients? | unknown |
fn delete_monitor_notification_rule(rule_id: string)
Delete a monitor notification rule
| Argument | Type | Description |
|---|---|---|
| rule_id | string | ID of the monitor notification rule to delete. |
fn list_monitor_config_policies()
Get all monitor configuration policies
fn create_monitor_config_policy(policy: unknown, policy_type: unknown)
Create a monitor configuration policy
| Argument | Type | Description |
|---|---|---|
| policy | unknown | |
| policy_type | unknown |
fn get_monitor_config_policy(policy_id: string)
Get a monitor configuration policy
| Argument | Type | Description |
|---|---|---|
| policy_id | string | ID of the monitor configuration policy. |
fn update_monitor_config_policy(policy_id: string, policy: unknown, policy_type: unknown)
Edit a monitor configuration policy
| Argument | Type | Description |
|---|---|---|
| policy_id | string | ID of the monitor configuration policy. |
| policy | unknown | |
| policy_type | unknown |
fn delete_monitor_config_policy(policy_id: string)
Delete a monitor configuration policy
| Argument | Type | Description |
|---|---|---|
| policy_id | string | ID of the monitor configuration policy. |
Resources
monitor_notification_rules(infinite)— Get all monitor notification rules
monitor_notification_rule(infinite)— Create a monitor notification rule
monitor_config_policies(infinite)— Get all monitor configuration policies
monitor_config_policy(infinite)— Create a monitor configuration policy
04Stats
A
100 / 100
Downloads
0
Archive size
13.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels