Skip to main content

Datadog/slos

@webframp/datadog/slosv2026.07.20.11· 5d agoMODELS
01README

Datadog SLOs — service level objective definitions, status, and history

02Release Notes

2026.07.20.11

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

03Models1
@webframp/datadog/slosv2026.07.20.11datadog/slos.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn create_slo_report_job(from_ts: number, interval?: unknown, query: string, timezone?: string, to_ts: number)
Create a new SLO report
ArgumentTypeDescription
from_tsnumberThe `from` timestamp for the report in epoch seconds.
interval?unknown
querystringThe query string used to filter SLO results. Some examples of queries include...
timezone?stringThe timezone used to determine the start and end of each interval. For exampl...
to_tsnumberThe `to` timestamp for the report in epoch seconds.
fn get_slo_report_job_status(report_id: string)
Get SLO report status
ArgumentTypeDescription
report_idstringThe ID of the report job.
fn get_slo_status(slo_id: string, from_ts?: number, to_ts?: number, disable_corrections?: boolean)
Get SLO status
ArgumentTypeDescription
slo_idstringThe ID of the SLO.
from_ts?numberThe starting timestamp for the SLO status query in epoch seconds.
to_ts?numberThe ending timestamp for the SLO status query in epoch seconds.
disable_corrections?booleanWhether to exclude correction windows from the SLO status calculation. Defaul...

Resources

slo_report_job(infinite)— Create a new SLO report
slo_report_job_status(infinite)— Get SLO report status
slo_status(infinite)— Get SLO status
04Stats
A
100 / 100
Downloads
0
Archive size
9.6 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