Skip to main content

Datadog/monitors

@webframp/datadog/monitorsv2026.09.08.1· 2d agoMODELS
01README

Datadog Monitors — monitor definitions, muting, status, and downtime management

02Release Notes

2026.09.08.1

Added: Initial code-generated release of @webframp/datadog/monitors with 10 methods covering the Datadog monitors API surface.

03Models1
@webframp/datadog/monitorsv2026.09.08.1datadog/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(bundle_config?: unknown, conditional_recipients?: unknown, filter?: unknown, name: unknown, recipients?: unknown)
Create a monitor notification rule
ArgumentTypeDescription
bundle_config?unknown
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, bundle_config?: unknown, conditional_recipients?: unknown, filter?: unknown, name: unknown, recipients?: unknown)
Update a monitor notification rule
ArgumentTypeDescription
rule_idstringID of the monitor notification rule to update.
bundle_config?unknown
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
04Previous Versions7
2026.08.28.2

2026.08.28.2

Hardened codegen: instance names sanitized against path traversal; string schema patterns emit regex validation; output schemas passthrough unknown fields.

2026.08.28.1

2026.08.28.1

Changed: Normalized the extension license to Apache-2.0 and corrected the copyright holder to "Sean Escriva". Extensions that previously shipped an MIT LICENSE.md are now Apache-2.0, consistent with the repository root and every other extension. No code or behavioral changes.

Upgrade note: License text only. No API, schema, or runtime behavior changed.

2026.08.26.2

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

2026.08.26.2

2026.08.26.2

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

2026.08.24.1

2026.08.24.1

Added: Output metadata attributes for observability.

  • durationMs: Method execution duration in milliseconds.
  • collectedBy: Extension name that produced the data.
  • fetchedAt: ISO 8601 timestamp when data was fetched (added to resources that previously lacked it).
2026.08.21.2

2026.08.21.2

Changed: Every Datadog API call made by this model (via the shared _lib/api.ts helper) now names the HTTP method and path in its error message, instead of a bare "Datadog API HTTP 500: ...". A failure now reads, for example, Datadog API POST /api/v2/dora/deployment failed with HTTP 500: ... rather than just the status code and response body. Network-level failures (DNS, connection reset, etc.) that previously surfaced as a raw TypeError now also say which Datadog operation was being attempted.

No changes to method arguments, resource schemas, or successful-call behavior — only error paths are affected.

2026.08.21.1

2026.08.21.1

Changed: Schema-only tightening pass, no behavioral change.

  • Added .min(1) to apiKey/appKey in the global arguments and to the required rule_id/policy_id identifiers across the notification-rule and config-policy get/update/delete methods, so empty identifiers are rejected before making an API call.
  • Added .describe() to previously undocumented fields: the nested conditional_recipients.conditions/fallback_recipients fields on the notification-rule resource schemas, and the conditional_recipients, filter, name, recipients, policy, and policy_type arguments on the create/update_monitor_notification_rule and create/update_monitor_config_policy methods.
2026.07.20.11

2026.07.20.11

Added: Initial code-generated release of @webframp/datadog/monitors with 10 methods covering the Datadog monitors API surface.

05Stats
A
100 / 100
Downloads
1
Archive size
19.3 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
06Platforms
07Labels