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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

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.createwidget()