Datadog Synthetics

Update test pause status

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Pause or start a Synthetics test by changing the status.

Inputs

Champ

Type

Description

public_id [required]

string

The ID of the Synthetic test to update.

new_status [required]

enum

Define whether you want to start (live) or pause (paused) a Synthetic test. Allowed enum values: live,paused

Outputs

Champ

Type

Description

status [required]

enum

Status of the Synthetic test. Allowed enum values: live,paused

updated

boolean

A boolean that indicates if the status was updated or not.