Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15720,6 +15720,8 @@ components:
- grpcMetadata
- grpcProto
- connection
- multiNetworkHop
- jitter
example: statusCode
type: string
x-enum-varnames:
Expand All @@ -15742,6 +15744,8 @@ components:
- GRPC_METADATA
- GRPC_PROTO
- CONNECTION
- MULTI_NETWORK_HOP
- JITTER
SyntheticsAssertionXPathOperator:
description: Assertion operator to apply.
enum:
Expand Down Expand Up @@ -18125,16 +18129,18 @@ components:
- WEBSOCKET
- GRPC
SyntheticsTestDetailsType:
description: Type of the Synthetic test, either `api` or `browser`.
description: Type of the Synthetic test.
enum:
- api
- browser
- mobile
- network
type: string
x-enum-varnames:
- API
- BROWSER
- MOBILE
- NETWORK
SyntheticsTestDetailsWithoutSteps:
description: Object containing details about your Synthetic test, without test
steps.
Expand Down Expand Up @@ -39523,18 +39529,21 @@ tags:
name: Slack Integration
- description: Take graph snapshots using the API.
name: Snapshots
- description: 'Datadog Synthetic Monitoring uses simulated user requests and browser
rendering to help you ensure uptime,
- description: 'Synthetic tests use simulated requests and actions so you can monitor
the availability and performance of systems and applications. Datadog supports
the following types of synthetic tests:

- [API tests](https://docs.datadoghq.com/synthetics/api_tests/)

- [Browser tests](https://docs.datadoghq.com/synthetics/browser_tests)

identify regional issues, and track your application performance. Synthetic tests
come in
- [Network Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/)

two different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)
- [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing)

and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You
can use Datadog''s API to

manage both test types programmatically.
You can use the Datadog API to create, manage, and organize tests and test suites
programmatically.


For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
Expand Down
Loading
Loading