Datadog Synthetics

Update test pause status

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Pause or start a Synthetics test by changing the status.

Inputs

フィールド

種類

説明

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

フィールド

種類

説明

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.