slos
Create, list, update, delete, and track Datadog Service Level Objectives (SLOs) with error budget and SLI status. Monitor reliability compliance and performance targets.
Instructions
Manage Datadog Service Level Objectives. Actions: list (with SLI status & error budget), get, create, update, delete, history. SLO types: metric-based, monitor-based. Each list/get/create/update response includes a url field deep-linking to the Datadog UI. Use for: reliability tracking, error budgets, SLA compliance, performance targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| id | No | SLO ID (required for get/update/delete/history) | |
| ids | No | Multiple SLO IDs (for list with specific IDs) | |
| query | No | Search query (for list) | |
| tags | No | Filter by tags (for list) | |
| limit | No | Maximum number of SLOs to return (default: 50) | |
| config | No | SLO configuration (for create/update). Must include type, name, thresholds. | |
| from | No | Start time for history (ISO 8601 or relative like "7d", "1w") | |
| to | No | End time for history (ISO 8601 or relative, default: now) |