synthetics
Create and manage API and browser synthetic tests for monitoring uptime, API endpoints, user journeys, performance, and canary deployments.
Instructions
Manage Datadog Synthetic tests (API and Browser). Actions: list, get, create, update, delete, trigger, results. Use for: uptime monitoring, API testing, user journey testing, performance testing, canary deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| id | No | Test public ID (required for get/update/delete/trigger/results) | |
| ids | No | Multiple test IDs (for bulk trigger) | |
| testType | No | Test type filter (for list) or type for create | |
| locations | No | Filter by locations (for list) | |
| tags | No | Filter by tags (for list) | |
| limit | No | Maximum number of tests to return (default: 50) | |
| config | No | Test configuration (for create/update). Includes: name, type, config, options, locations, message. |