provider Observability Pipelines POST /api/v2/obs-pipelines/pipelines/validate
@utdk/datadog /api/v2/obs-pipelines/pipelines/validate
Validate an observability pipeline
Validates a pipeline configuration without creating or updating any resources. Returns a list of validation errors, if any.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

validatepipeline
POST/api/v2/obs-pipelines/pipelines/validate
Validates a pipeline configuration without creating or updating any resources. Returns a list of validation errors, if any.

Input

required

Contains the the pipeline configuration.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.validatepipeline()