Datadog Synthetics

List browser test results

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

Get the last 50 test results summaries for a given Synthetics Browser test.

Inputs

フィールド

種類

説明

time

The time period range for queried results

public_id [required]

string

The ID of the browser test for which to search results for.

probe_dc

[string]

Locations for which to query results.

Outputs

Expand All

フィールド

種類

説明

last_timestamp_fetched

number

Timestamp of the latest browser test run.

results

[object]

Result of the latest browser test run.

check_time

number

Last time the browser test was performed.

result_id

string

ID of the browser test result.

probe_dc

string

Location from which the Browser test was performed.

status

enum

The status of your Synthetic monitor. Allowed enum values: 0,1,2

result

object

Object with the result of the last browser test run.

duration

number

Length in milliseconds of the browser test run.

errorCount

number

Amount of errors collected for a single browser test run.

stepCountCompleted

number

Amount of browser test steps completed before failing.

stepCountTotal

number

Total amount of browser test steps.

device

object

Object describing the device used to perform the Synthetic test.

id [required]

enum

The device ID. Allowed enum values: laptop_large,tablet,mobile_small,chrome.laptop_large,chrome.tablet,chrome.mobile_small,firefox.laptop_large,firefox.tablet,firefox.mobile_small,edge.laptop_large,edge.tablet,edge.mobile_small

name [required]

string

The device name.

isMobile

boolean

Whether or not the device is a mobile.

height [required]

number

Screen height of the device.

width [required]

number

Screen width of the device.