Synthetics

Datadog Synthetics は、シミュレートされたユーザーリクエストとブラウザレンダリングを使用して、アップタイムを確保し、地域の問題を特定し、アプリケーションのパフォーマンスを追跡します。Datadog Synthetics テストには、API テストブラウザテストの 2 つの異なる種類があります。Datadog の API を使用して、両方のテストタイプをプログラムで管理できます。

Synthetics の詳細については、Synthetics の概要を参照してください。

Create an API test

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/apihttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/apihttps://api.datadoghq.eu/api/v1/synthetics/tests/apihttps://api.ddog-gov.com/api/v1/synthetics/tests/apihttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/apihttps://api.datadoghq.com/api/v1/synthetics/tests/apihttps://api.us3.datadoghq.com/api/v1/synthetics/tests/apihttps://api.us5.datadoghq.com/api/v1/synthetics/tests/api

Create a browser test

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/browserhttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/browserhttps://api.datadoghq.eu/api/v1/synthetics/tests/browserhttps://api.ddog-gov.com/api/v1/synthetics/tests/browserhttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/browserhttps://api.datadoghq.com/api/v1/synthetics/tests/browserhttps://api.us3.datadoghq.com/api/v1/synthetics/tests/browserhttps://api.us5.datadoghq.com/api/v1/synthetics/tests/browser

Create a mobile test

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/mobilehttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/mobilehttps://api.datadoghq.eu/api/v1/synthetics/tests/mobilehttps://api.ddog-gov.com/api/v1/synthetics/tests/mobilehttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/mobilehttps://api.datadoghq.com/api/v1/synthetics/tests/mobilehttps://api.us3.datadoghq.com/api/v1/synthetics/tests/mobilehttps://api.us5.datadoghq.com/api/v1/synthetics/tests/mobile

Get the list of all Synthetic tests

GET https://api.ap1.datadoghq.com/api/v1/synthetics/testshttps://api.ap2.datadoghq.com/api/v1/synthetics/testshttps://api.datadoghq.eu/api/v1/synthetics/testshttps://api.ddog-gov.com/api/v1/synthetics/testshttps://api.us2.ddog-gov.com/api/v1/synthetics/testshttps://api.datadoghq.com/api/v1/synthetics/testshttps://api.us3.datadoghq.com/api/v1/synthetics/testshttps://api.us5.datadoghq.com/api/v1/synthetics/tests

Get a test configuration

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}

Search Synthetic tests

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/searchhttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/searchhttps://api.datadoghq.eu/api/v1/synthetics/tests/searchhttps://api.ddog-gov.com/api/v1/synthetics/tests/searchhttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/searchhttps://api.datadoghq.com/api/v1/synthetics/tests/searchhttps://api.us3.datadoghq.com/api/v1/synthetics/tests/searchhttps://api.us5.datadoghq.com/api/v1/synthetics/tests/search

Get a browser test

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/browser/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}

Get an API test

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/api/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/api/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/api/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/api/{public_id}

Get a mobile test

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/mobile/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/mobile/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}

Get an API test's latest results summaries

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}/resultshttps://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.datadoghq.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}/resultshttps://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}/results

Get an API test result

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.datadoghq.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}/results/{result_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}/results/{result_id}

Get a browser test's latest results summaries

GET https://api.ap1.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.datadoghq.eu/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.us3.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}/resultshttps://api.us5.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}/results

Get a browser test result

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.datadoghq.eu/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.ddog-gov.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.us3.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}https://api.us5.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results/{result_id}

Get details of batch

GET https://api.ap1.datadoghq.com/api/v1/synthetics/ci/batch/{batch_id}https://api.ap2.datadoghq.com/api/v1/synthetics/ci/batch/{batch_id}https://api.datadoghq.eu/api/v1/synthetics/ci/batch/{batch_id}https://api.ddog-gov.com/api/v1/synthetics/ci/batch/{batch_id}https://api.us2.ddog-gov.com/api/v1/synthetics/ci/batch/{batch_id}https://api.datadoghq.com/api/v1/synthetics/ci/batch/{batch_id}https://api.us3.datadoghq.com/api/v1/synthetics/ci/batch/{batch_id}https://api.us5.datadoghq.com/api/v1/synthetics/ci/batch/{batch_id}

Trigger tests from CI/CD pipelines

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/trigger/cihttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/trigger/cihttps://api.datadoghq.eu/api/v1/synthetics/tests/trigger/cihttps://api.ddog-gov.com/api/v1/synthetics/tests/trigger/cihttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/trigger/cihttps://api.datadoghq.com/api/v1/synthetics/tests/trigger/cihttps://api.us3.datadoghq.com/api/v1/synthetics/tests/trigger/cihttps://api.us5.datadoghq.com/api/v1/synthetics/tests/trigger/ci

Trigger Synthetic tests

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/triggerhttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/triggerhttps://api.datadoghq.eu/api/v1/synthetics/tests/triggerhttps://api.ddog-gov.com/api/v1/synthetics/tests/triggerhttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/triggerhttps://api.datadoghq.com/api/v1/synthetics/tests/triggerhttps://api.us3.datadoghq.com/api/v1/synthetics/tests/triggerhttps://api.us5.datadoghq.com/api/v1/synthetics/tests/trigger

Fetch uptime for multiple tests

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/uptimeshttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/uptimeshttps://api.datadoghq.eu/api/v1/synthetics/tests/uptimeshttps://api.ddog-gov.com/api/v1/synthetics/tests/uptimeshttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/uptimeshttps://api.datadoghq.com/api/v1/synthetics/tests/uptimeshttps://api.us3.datadoghq.com/api/v1/synthetics/tests/uptimeshttps://api.us5.datadoghq.com/api/v1/synthetics/tests/uptimes

Pause or start a test

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}/statushttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}/statushttps://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}/statushttps://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}/statushttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}/statushttps://api.datadoghq.com/api/v1/synthetics/tests/{public_id}/statushttps://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}/statushttps://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}/status

Edit a browser test

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/browser/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/browser/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/browser/{public_id}

Patch a Synthetic test

PATCH https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}

Edit an API test

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/api/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/api/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/api/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/api/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/api/{public_id}

Edit a mobile test

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/mobile/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/mobile/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/mobile/{public_id}

Delete tests

POST https://api.ap1.datadoghq.com/api/v1/synthetics/tests/deletehttps://api.ap2.datadoghq.com/api/v1/synthetics/tests/deletehttps://api.datadoghq.eu/api/v1/synthetics/tests/deletehttps://api.ddog-gov.com/api/v1/synthetics/tests/deletehttps://api.us2.ddog-gov.com/api/v1/synthetics/tests/deletehttps://api.datadoghq.com/api/v1/synthetics/tests/deletehttps://api.us3.datadoghq.com/api/v1/synthetics/tests/deletehttps://api.us5.datadoghq.com/api/v1/synthetics/tests/delete

Create a global variable

POST https://api.ap1.datadoghq.com/api/v1/synthetics/variableshttps://api.ap2.datadoghq.com/api/v1/synthetics/variableshttps://api.datadoghq.eu/api/v1/synthetics/variableshttps://api.ddog-gov.com/api/v1/synthetics/variableshttps://api.us2.ddog-gov.com/api/v1/synthetics/variableshttps://api.datadoghq.com/api/v1/synthetics/variableshttps://api.us3.datadoghq.com/api/v1/synthetics/variableshttps://api.us5.datadoghq.com/api/v1/synthetics/variables

Get all global variables

GET https://api.ap1.datadoghq.com/api/v1/synthetics/variableshttps://api.ap2.datadoghq.com/api/v1/synthetics/variableshttps://api.datadoghq.eu/api/v1/synthetics/variableshttps://api.ddog-gov.com/api/v1/synthetics/variableshttps://api.us2.ddog-gov.com/api/v1/synthetics/variableshttps://api.datadoghq.com/api/v1/synthetics/variableshttps://api.us3.datadoghq.com/api/v1/synthetics/variableshttps://api.us5.datadoghq.com/api/v1/synthetics/variables

Get a global variable

GET https://api.ap1.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.ap2.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.eu/api/v1/synthetics/variables/{variable_id}https://api.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.us2.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us3.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us5.datadoghq.com/api/v1/synthetics/variables/{variable_id}

Edit a global variable

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.ap2.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.eu/api/v1/synthetics/variables/{variable_id}https://api.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.us2.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us3.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us5.datadoghq.com/api/v1/synthetics/variables/{variable_id}

Delete a global variable

DELETE https://api.ap1.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.ap2.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.eu/api/v1/synthetics/variables/{variable_id}https://api.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.us2.ddog-gov.com/api/v1/synthetics/variables/{variable_id}https://api.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us3.datadoghq.com/api/v1/synthetics/variables/{variable_id}https://api.us5.datadoghq.com/api/v1/synthetics/variables/{variable_id}

Create a private location

POST https://api.ap1.datadoghq.com/api/v1/synthetics/private-locationshttps://api.ap2.datadoghq.com/api/v1/synthetics/private-locationshttps://api.datadoghq.eu/api/v1/synthetics/private-locationshttps://api.ddog-gov.com/api/v1/synthetics/private-locationshttps://api.us2.ddog-gov.com/api/v1/synthetics/private-locationshttps://api.datadoghq.com/api/v1/synthetics/private-locationshttps://api.us3.datadoghq.com/api/v1/synthetics/private-locationshttps://api.us5.datadoghq.com/api/v1/synthetics/private-locations

Get all locations (public and private)

GET https://api.ap1.datadoghq.com/api/v1/synthetics/locationshttps://api.ap2.datadoghq.com/api/v1/synthetics/locationshttps://api.datadoghq.eu/api/v1/synthetics/locationshttps://api.ddog-gov.com/api/v1/synthetics/locationshttps://api.us2.ddog-gov.com/api/v1/synthetics/locationshttps://api.datadoghq.com/api/v1/synthetics/locationshttps://api.us3.datadoghq.com/api/v1/synthetics/locationshttps://api.us5.datadoghq.com/api/v1/synthetics/locations

Get a private location

GET https://api.ap1.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.ap2.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.eu/api/v1/synthetics/private-locations/{location_id}https://api.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.us2.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us3.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us5.datadoghq.com/api/v1/synthetics/private-locations/{location_id}

Edit a private location

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.ap2.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.eu/api/v1/synthetics/private-locations/{location_id}https://api.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.us2.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us3.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us5.datadoghq.com/api/v1/synthetics/private-locations/{location_id}

Delete a private location

DELETE https://api.ap1.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.ap2.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.eu/api/v1/synthetics/private-locations/{location_id}https://api.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.us2.ddog-gov.com/api/v1/synthetics/private-locations/{location_id}https://api.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us3.datadoghq.com/api/v1/synthetics/private-locations/{location_id}https://api.us5.datadoghq.com/api/v1/synthetics/private-locations/{location_id}

Get the default locations

GET https://api.ap1.datadoghq.com/api/v1/synthetics/settings/default_locationshttps://api.ap2.datadoghq.com/api/v1/synthetics/settings/default_locationshttps://api.datadoghq.eu/api/v1/synthetics/settings/default_locationshttps://api.ddog-gov.com/api/v1/synthetics/settings/default_locationshttps://api.us2.ddog-gov.com/api/v1/synthetics/settings/default_locationshttps://api.datadoghq.com/api/v1/synthetics/settings/default_locationshttps://api.us3.datadoghq.com/api/v1/synthetics/settings/default_locationshttps://api.us5.datadoghq.com/api/v1/synthetics/settings/default_locations

Create a test deprecated

POST https://api.ap1.datadoghq.com/api/v1/synthetics/testshttps://api.ap2.datadoghq.com/api/v1/synthetics/testshttps://api.datadoghq.eu/api/v1/synthetics/testshttps://api.ddog-gov.com/api/v1/synthetics/testshttps://api.us2.ddog-gov.com/api/v1/synthetics/testshttps://api.datadoghq.com/api/v1/synthetics/testshttps://api.us3.datadoghq.com/api/v1/synthetics/testshttps://api.us5.datadoghq.com/api/v1/synthetics/tests

Edit a test deprecated

PUT https://api.ap1.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.ap2.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.eu/api/v1/synthetics/tests/{public_id}https://api.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.us2.ddog-gov.com/api/v1/synthetics/tests/{public_id}https://api.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us3.datadoghq.com/api/v1/synthetics/tests/{public_id}https://api.us5.datadoghq.com/api/v1/synthetics/tests/{public_id}

Save new value for on-demand concurrency cap

POST https://api.ap1.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.ap2.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.datadoghq.eu/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.ddog-gov.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us2.ddog-gov.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us3.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us5.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_cap

Get the on-demand concurrency cap

GET https://api.ap1.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.ap2.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.datadoghq.eu/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.ddog-gov.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us2.ddog-gov.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us3.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_caphttps://api.us5.datadoghq.com/api/v2/synthetics/settings/on_demand_concurrency_cap

Search test suites

GET https://api.ap1.datadoghq.com/api/v2/synthetics/suites/searchhttps://api.ap2.datadoghq.com/api/v2/synthetics/suites/searchhttps://api.datadoghq.eu/api/v2/synthetics/suites/searchhttps://api.ddog-gov.com/api/v2/synthetics/suites/searchhttps://api.us2.ddog-gov.com/api/v2/synthetics/suites/searchhttps://api.datadoghq.com/api/v2/synthetics/suites/searchhttps://api.us3.datadoghq.com/api/v2/synthetics/suites/searchhttps://api.us5.datadoghq.com/api/v2/synthetics/suites/search

Get a suite

GET https://api.ap1.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.ap2.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.datadoghq.eu/api/v2/synthetics/suites/{public_id}https://api.ddog-gov.com/api/v2/synthetics/suites/{public_id}https://api.us2.ddog-gov.com/api/v2/synthetics/suites/{public_id}https://api.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.us3.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.us5.datadoghq.com/api/v2/synthetics/suites/{public_id}

Edit a test suite

PUT https://api.ap1.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.ap2.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.datadoghq.eu/api/v2/synthetics/suites/{public_id}https://api.ddog-gov.com/api/v2/synthetics/suites/{public_id}https://api.us2.ddog-gov.com/api/v2/synthetics/suites/{public_id}https://api.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.us3.datadoghq.com/api/v2/synthetics/suites/{public_id}https://api.us5.datadoghq.com/api/v2/synthetics/suites/{public_id}

Create a test suite

POST https://api.ap1.datadoghq.com/api/v2/synthetics/suiteshttps://api.ap2.datadoghq.com/api/v2/synthetics/suiteshttps://api.datadoghq.eu/api/v2/synthetics/suiteshttps://api.ddog-gov.com/api/v2/synthetics/suiteshttps://api.us2.ddog-gov.com/api/v2/synthetics/suiteshttps://api.datadoghq.com/api/v2/synthetics/suiteshttps://api.us3.datadoghq.com/api/v2/synthetics/suiteshttps://api.us5.datadoghq.com/api/v2/synthetics/suites

Bulk delete suites

POST https://api.ap1.datadoghq.com/api/v2/synthetics/suites/bulk-deletehttps://api.ap2.datadoghq.com/api/v2/synthetics/suites/bulk-deletehttps://api.datadoghq.eu/api/v2/synthetics/suites/bulk-deletehttps://api.ddog-gov.com/api/v2/synthetics/suites/bulk-deletehttps://api.us2.ddog-gov.com/api/v2/synthetics/suites/bulk-deletehttps://api.datadoghq.com/api/v2/synthetics/suites/bulk-deletehttps://api.us3.datadoghq.com/api/v2/synthetics/suites/bulk-deletehttps://api.us5.datadoghq.com/api/v2/synthetics/suites/bulk-delete

Create a Network Path test

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/networkhttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/networkhttps://api.datadoghq.eu/api/v2/synthetics/tests/networkhttps://api.ddog-gov.com/api/v2/synthetics/tests/networkhttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/networkhttps://api.datadoghq.com/api/v2/synthetics/tests/networkhttps://api.us3.datadoghq.com/api/v2/synthetics/tests/networkhttps://api.us5.datadoghq.com/api/v2/synthetics/tests/network

Get a Network Path test

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.datadoghq.eu/api/v2/synthetics/tests/network/{public_id}https://api.ddog-gov.com/api/v2/synthetics/tests/network/{public_id}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/network/{public_id}https://api.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.us3.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.us5.datadoghq.com/api/v2/synthetics/tests/network/{public_id}

Edit a Network Path test

PUT https://api.ap1.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.datadoghq.eu/api/v2/synthetics/tests/network/{public_id}https://api.ddog-gov.com/api/v2/synthetics/tests/network/{public_id}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/network/{public_id}https://api.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.us3.datadoghq.com/api/v2/synthetics/tests/network/{public_id}https://api.us5.datadoghq.com/api/v2/synthetics/tests/network/{public_id}

Bulk delete tests

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/bulk-deletehttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/bulk-deletehttps://api.datadoghq.eu/api/v2/synthetics/tests/bulk-deletehttps://api.ddog-gov.com/api/v2/synthetics/tests/bulk-deletehttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/bulk-deletehttps://api.datadoghq.com/api/v2/synthetics/tests/bulk-deletehttps://api.us3.datadoghq.com/api/v2/synthetics/tests/bulk-deletehttps://api.us5.datadoghq.com/api/v2/synthetics/tests/bulk-delete

Patch a global variable

PATCH https://api.ap1.datadoghq.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.ap2.datadoghq.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.datadoghq.eu/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.ddog-gov.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.us2.ddog-gov.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.datadoghq.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.us3.datadoghq.com/api/v2/synthetics/variables/{variable_id}/jsonpatchhttps://api.us5.datadoghq.com/api/v2/synthetics/variables/{variable_id}/jsonpatch

Get a fast test result

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/fast/{id}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/fast/{id}https://api.datadoghq.eu/api/v2/synthetics/tests/fast/{id}https://api.ddog-gov.com/api/v2/synthetics/tests/fast/{id}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/fast/{id}https://api.datadoghq.com/api/v2/synthetics/tests/fast/{id}https://api.us3.datadoghq.com/api/v2/synthetics/tests/fast/{id}https://api.us5.datadoghq.com/api/v2/synthetics/tests/fast/{id}

Get a specific version of a test

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}https://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history/{version_number}

Get available subtests for a multistep test

GET https://api.ap1.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.ap2.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.datadoghq.eu/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.ddog-gov.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.us2.ddog-gov.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.us3.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}https://api.us5.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}

Get parent tests for a subtest

GET https://api.ap1.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.ap2.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.datadoghq.eu/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.ddog-gov.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.us2.ddog-gov.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.us3.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parentshttps://api.us5.datadoghq.com/api/v2/synthetics/api-multistep/subtests/{public_id}/parents

Get parent suites for a test

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/parent-suiteshttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/parent-suites

Get version history of a test

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_historyhttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/version_history

Patch a test suite

PATCH https://api.ap1.datadoghq.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.ap2.datadoghq.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.datadoghq.eu/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.ddog-gov.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.us2.ddog-gov.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.datadoghq.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.us3.datadoghq.com/api/v2/synthetics/suites/{public_id}/jsonpatchhttps://api.us5.datadoghq.com/api/v2/synthetics/suites/{public_id}/jsonpatch

Get a presigned URL for downloading a test file

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/downloadhttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/download

Get presigned URLs for uploading a test file

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urlshttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-presigned-urls

Complete a multipart upload of a test file

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-completehttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-complete

Abort a multipart upload of a test file

POST https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-aborthttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/files/multipart-upload-abort

Get a test result

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/results/{result_id}https://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/results/{result_id}

Get a test's latest results

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.datadoghq.eu/api/v2/synthetics/tests/{public_id}/resultshttps://api.ddog-gov.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.datadoghq.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.us3.datadoghq.com/api/v2/synthetics/tests/{public_id}/resultshttps://api.us5.datadoghq.com/api/v2/synthetics/tests/{public_id}/results

Get a browser test's latest results

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.datadoghq.eu/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.ddog-gov.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.us3.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/resultshttps://api.us5.datadoghq.com/api/v2/synthetics/tests/browser/{public_id}/results

Poll for test results

GET https://api.ap1.datadoghq.com/api/v2/synthetics/tests/poll_resultshttps://api.ap2.datadoghq.com/api/v2/synthetics/tests/poll_resultshttps://api.datadoghq.eu/api/v2/synthetics/tests/poll_resultshttps://api.ddog-gov.com/api/v2/synthetics/tests/poll_resultshttps://api.us2.ddog-gov.com/api/v2/synthetics/tests/poll_resultshttps://api.datadoghq.com/api/v2/synthetics/tests/poll_resultshttps://api.us3.datadoghq.com/api/v2/synthetics/tests/poll_resultshttps://api.us5.datadoghq.com/api/v2/synthetics/tests/poll_results

List Synthetics downtimes

GET https://api.ap1.datadoghq.com/api/v2/synthetics/downtimeshttps://api.ap2.datadoghq.com/api/v2/synthetics/downtimeshttps://api.datadoghq.eu/api/v2/synthetics/downtimeshttps://api.ddog-gov.com/api/v2/synthetics/downtimeshttps://api.us2.ddog-gov.com/api/v2/synthetics/downtimeshttps://api.datadoghq.com/api/v2/synthetics/downtimeshttps://api.us3.datadoghq.com/api/v2/synthetics/downtimeshttps://api.us5.datadoghq.com/api/v2/synthetics/downtimes

Create a Synthetics downtime

POST https://api.ap1.datadoghq.com/api/v2/synthetics/downtimeshttps://api.ap2.datadoghq.com/api/v2/synthetics/downtimeshttps://api.datadoghq.eu/api/v2/synthetics/downtimeshttps://api.ddog-gov.com/api/v2/synthetics/downtimeshttps://api.us2.ddog-gov.com/api/v2/synthetics/downtimeshttps://api.datadoghq.com/api/v2/synthetics/downtimeshttps://api.us3.datadoghq.com/api/v2/synthetics/downtimeshttps://api.us5.datadoghq.com/api/v2/synthetics/downtimes

Get a Synthetics downtime

GET https://api.ap1.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.ap2.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.eu/api/v2/synthetics/downtimes/{downtime_id}https://api.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us2.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us3.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us5.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}

Update a Synthetics downtime

PUT https://api.ap1.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.ap2.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.eu/api/v2/synthetics/downtimes/{downtime_id}https://api.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us2.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us3.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us5.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}

Delete a Synthetics downtime

DELETE https://api.ap1.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.ap2.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.eu/api/v2/synthetics/downtimes/{downtime_id}https://api.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us2.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}https://api.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us3.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}https://api.us5.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}

Add a test to a Synthetics downtime

PUT https://api.ap1.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.ap2.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.datadoghq.eu/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us2.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us3.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us5.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}

Remove a test from a Synthetics downtime

DELETE https://api.ap1.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.ap2.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.datadoghq.eu/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us2.ddog-gov.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us3.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}https://api.us5.datadoghq.com/api/v2/synthetics/downtimes/{downtime_id}/tests/{test_id}