provider Reference Tables POST
/api/v2/reference-tables/tables @utdk/datadog
/api/v2/reference-tables/tables Create reference table
Creates a reference table. You can provide data in two ways:
1. Call POST /api/v2/reference-tables/upload to get an upload ID. Then, PUT the CSV data
(not the file itself) in chunks to each URL in the request body. Finally, call this
POST endpoint with `upload_id` in `file_metadata`.
2. Provide `access_details` in `file_metadata` pointing to a CSV file in cloud storage.
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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.createreferencetable()