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.

completetestfilemultipartupload
POST/api/v2/synthetics/tests/{public_id}/files/multipart-upload-complete
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.

Parameters

required

The public ID of the Synthetic test.

Input

required

The full storage path for the uploaded file.

required

Array of completed parts with their ETags.

required

The upload ID returned when the multipart upload was initiated.

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