Datadog/slos
@webframp/datadog/slosv2026.07.20.11
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.
03Models
@webframp/datadog/slosv2026.07.20.11datadog/slos.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 create_slo_report_job(from_ts: number, interval?: unknown, query: string, timezone?: string, to_ts: number)
Create a new SLO report
| Argument | Type | Description |
|---|---|---|
| from_ts | number | The `from` timestamp for the report in epoch seconds. |
| interval? | unknown | |
| query | string | The query string used to filter SLO results. Some examples of queries include... |
| timezone? | string | The timezone used to determine the start and end of each interval. For exampl... |
| to_ts | number | The `to` timestamp for the report in epoch seconds. |
fn get_slo_report_job_status(report_id: string)
Get SLO report status
| Argument | Type | Description |
|---|---|---|
| report_id | string | The ID of the report job. |
fn get_slo_status(slo_id: string, from_ts?: number, to_ts?: number, disable_corrections?: boolean)
Get SLO status
| Argument | Type | Description |
|---|---|---|
| slo_id | string | The ID of the SLO. |
| from_ts? | number | The starting timestamp for the SLO status query in epoch seconds. |
| to_ts? | number | The ending timestamp for the SLO status query in epoch seconds. |
| disable_corrections? | boolean | Whether 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