provider Widgets POST /api/v2/widgets/{experience_type}
@utdk/datadog /api/v2/widgets/{experience_type}
Create a widget
Create a new widget for a given experience type.
experience_type path required
The experience type for the widget.
enum: ccm_reports, logs_reports, csv_reports, product_analytics

Try it

Authentication
Configure credentials for Datadog API V2 Collection
createwidget
POST/api/v2/widgets/{experience_type}
Create a new widget for a given experience type.

Parameters

required

The experience type for the widget.

Input

required

Data for creating or updating a widget.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.createwidget()