Skip to main content

Datadog/monitors

@webframp/datadog/monitorsv2026.07.20.11· 5d agoMODELS
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.

03Models1
@webframp/datadog/monitorsv2026.07.20.11datadog/monitors.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn get_monitor_notification_rules(sort?: string, filters?: string, include?: string)
Get all monitor notification rules
ArgumentTypeDescription
sort?stringString for sort order, composed of field and sort order separated by a colon,...
filters?stringJSON-encoded filter object. Supported keys: * `text`: Free-text query matched...
include?stringComma-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
ArgumentTypeDescription
conditional_recipients?unknown
filter?unknown
nameunknown
recipients?unknown
fn get_monitor_notification_rule(rule_id: string, include?: string)
Get a monitor notification rule
ArgumentTypeDescription
rule_idstringID of the monitor notification rule to fetch.
include?stringComma-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
ArgumentTypeDescription
rule_idstringID of the monitor notification rule to update.
conditional_recipients?unknown
filter?unknown
nameunknown
recipients?unknown
fn delete_monitor_notification_rule(rule_id: string)
Delete a monitor notification rule
ArgumentTypeDescription
rule_idstringID 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
ArgumentTypeDescription
policyunknown
policy_typeunknown
fn get_monitor_config_policy(policy_id: string)
Get a monitor configuration policy
ArgumentTypeDescription
policy_idstringID of the monitor configuration policy.
fn update_monitor_config_policy(policy_id: string, policy: unknown, policy_type: unknown)
Edit a monitor configuration policy
ArgumentTypeDescription
policy_idstringID of the monitor configuration policy.
policyunknown
policy_typeunknown
fn delete_monitor_config_policy(policy_id: string)
Delete a monitor configuration policy
ArgumentTypeDescription
policy_idstringID 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