provider Synthetics POST
/api/v2/synthetics/tests/{public_id}/files/multipart-upload-complete @utdk/datadog
/api/v2/synthetics/tests/{public_id}/files/multipart-upload-complete Complete a multipart upload of a test file
Complete a multipart file upload for a Synthetic test. Call this endpoint after all parts
have been uploaded using the presigned URLs obtained from the multipart presigned URLs endpoint.
- public_id path required
- The public ID of the Synthetic test.
- string
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.completetestfilemultipartupload()